fix typos

This commit is contained in:
Bruno Bigras
2023-10-05 12:11:42 -04:00
parent f59c4509ea
commit 20442f7b9a
5 changed files with 6 additions and 6 deletions

View File

@@ -193,7 +193,7 @@ impl Network {
// Run accept handlers on accepted stream
// Check is this could be TLS
// Check if this could be TLS
let ls = listener_state.read().clone();
let conn = if ls.tls_acceptor.is_some() && first_packet[0] == 0x16 {