1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 01:16:59 +02:00

fix clippy lints

This commit is contained in:
Rob Ede
2021-12-10 23:17:51 +00:00
parent 92b8673475
commit 818c65af57
8 changed files with 10 additions and 11 deletions

View File

@@ -341,7 +341,7 @@ where
Connector::new()
.conn_lifetime(Duration::from_secs(0))
.timeout(Duration::from_millis(30000))
.ssl(builder.build())
.openssl(builder.build())
}
#[cfg(not(feature = "openssl"))]
{