Restore the reserialize chain binary

This commit is contained in:
Luke Parker
2024-07-04 03:17:35 -04:00
parent 0f9a5afa07
commit e94a04d47c
10 changed files with 401 additions and 325 deletions

View File

@@ -58,6 +58,8 @@ impl Client {
res.set_nodelay(true);
res.set_reuse_address(true);
#[cfg(feature = "tls")]
res.enforce_http(false);
#[cfg(feature = "tls")]
let res = HttpsConnectorBuilder::new()
.with_native_roots()
.expect("couldn't fetch system's SSL roots")