diff --git a/src/authenticator.rs b/src/authenticator.rs index 7e5d76e..38e1dd5 100644 --- a/src/authenticator.rs +++ b/src/authenticator.rs @@ -465,7 +465,7 @@ impl HyperClientBuilder for DefaultHyperClient { fn build_hyper_client(self) -> hyper::Client { hyper::Client::builder() - .keep_alive(false) + .pool_max_idle_per_host(0) .build::<_, hyper::Body>(hyper_rustls::HttpsConnector::new()) } }