mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
wip
This commit is contained in:
parent
2e0b9e0346
commit
7cfc07302e
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ impl Accept {
|
|||
println!("------- ACCEPTING: {:?}", events.len());
|
||||
for idx in 0..self.sockets.len() {
|
||||
if !self.sockets[idx].registered.get() {
|
||||
continue;
|
||||
println!("------- ACCEPTING NOT REGISTEREED: {:?}", idx);
|
||||
}
|
||||
let readd = self.accept(idx);
|
||||
if readd {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue