Skip to content

Commit

Permalink
Fixed Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Apr 27, 2024
1 parent 88dc4db commit d430166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/http_server/https_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ async fn handle_connection(

if result.is_err() {
println!("Timeout waiting for tls handshake from {}", socket_addr);
return;
}

let result = result.unwrap();
Expand Down

0 comments on commit d430166

Please sign in to comment.