We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dc4db commit d430166Copy full SHA for d430166
src/http_server/https_server.rs
@@ -57,6 +57,7 @@ async fn handle_connection(
57
58
if result.is_err() {
59
println!("Timeout waiting for tls handshake from {}", socket_addr);
60
+ return;
61
}
62
63
let result = result.unwrap();
0 commit comments