mirror of https://github.com/fafhrd91/actix-net
remove outdate comment
This commit is contained in:
parent
6ff800f2c0
commit
69a1f19053
|
@ -240,7 +240,6 @@ impl Accept {
|
|||
// from backpressure.
|
||||
Some(WakerInterest::WorkerAvailable(idx)) => {
|
||||
drop(guard);
|
||||
// Assume all worker are avail as no worker index returned.
|
||||
self.maybe_backpressure(&mut sockets, false);
|
||||
self.avail.set_available(idx, true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue