mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
wip
This commit is contained in:
parent
b70f077b3a
commit
6cdb42a906
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ impl Accept {
|
|||
log::trace!("Starting server accept loop");
|
||||
|
||||
let _ = self.tx.take().unwrap().send(());
|
||||
|
||||
|
||||
// Create storage for events
|
||||
let mut events = Events::with_capacity(NonZeroUsize::new(512).unwrap());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue