This commit is contained in:
Nikolay Kim 2021-01-28 13:45:35 +06:00
parent 93fe2a7207
commit 5f7b2b0eae
2 changed files with 2 additions and 1 deletions

View file

@ -74,3 +74,4 @@ jobs:
--skip test_params
--skip test_body
--skip test_form
--skip test_json

View file

@ -738,7 +738,7 @@ where
.map_err(|e| log::error!("Can not set alpn protocol: {:?}", e));
Connector::default()
.lifetime(time::Duration::from_secs(0))
.keep_alive(time::Duration::from_millis(3000))
.keep_alive(time::Duration::from_millis(30000))
.timeout(time::Duration::from_millis(30000))
.disconnect_timeout(time::Duration::from_millis(3000))
.openssl(builder.build())