open connection log
This commit is contained in:
parent
2756856286
commit
d618f10156
@ -82,6 +82,8 @@ impl FlowgateServer {
|
||||
let Ok(_) = stream.set_read_timeout(Some(local_self.config.connection_timeout)) else { continue };
|
||||
|
||||
threadpool.execute(move || {
|
||||
debug!("{} open connection", addr);
|
||||
|
||||
local_self.accept_stream(
|
||||
&mut stream,
|
||||
addr,
|
||||
|
Loading…
Reference in New Issue
Block a user