close debug log
This commit is contained in:
parent
e39c5152fd
commit
2756856286
@ -119,8 +119,9 @@ impl FlowgateServer {
|
||||
debug!("{} open connection", addr);
|
||||
let mut stream = StreamOwned::new(connection, stream);
|
||||
|
||||
let Ok(_) = stream.conn.complete_io(&mut stream.sock) else { debug!("{} close connection", addr); return };
|
||||
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user