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