mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-09 02:31:16 +03:00
fixes to http connector for tests
This commit is contained in:
parent
fcf37e7d76
commit
2d778c627a
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ where
|
|||
async fn send_request_async(req: Request<Body>, timeout: TimeOut) -> Result<String, Error> {
|
||||
let https = hyper_rustls::HttpsConnectorBuilder::new()
|
||||
.with_native_roots()
|
||||
.https_only()
|
||||
.https_or_http()
|
||||
.enable_http1()
|
||||
.build();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue