close debug log

This commit is contained in:
MeexReay 2025-04-13 12:00:24 +03:00
parent e39c5152fd
commit 2756856286

View File

@ -119,8 +119,9 @@ impl FlowgateServer {
debug!("{} open connection", addr);
let mut stream = StreamOwned::new(connection, stream);
while stream.conn.is_handshaking() {
let Ok(_) = stream.conn.complete_io(&mut stream.sock) else { debug!("{} close connection", addr);return };
}
local_self.accept_stream(
&mut stream,
addr,