Skip to content

Commit d430166

Browse files
committed
Fixed Bug
1 parent 88dc4db commit d430166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/http_server/https_server.rs

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ async fn handle_connection(
5757

5858
if result.is_err() {
5959
println!("Timeout waiting for tls handshake from {}", socket_addr);
60+
return;
6061
}
6162

6263
let result = result.unwrap();

0 commit comments

Comments
 (0)