mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-06 06:17:40 +03:00
Fix error log (#493)
This commit is contained in:
parent
80676aa242
commit
a049a05c33
3 changed files with 6 additions and 2 deletions
|
@ -322,10 +322,10 @@ impl Accept {
|
|||
}
|
||||
},
|
||||
Err(err) => {
|
||||
log::error!("Dropping accept loop");
|
||||
break match err {
|
||||
mpsc::TryRecvError::Empty => Either::Left(()),
|
||||
mpsc::TryRecvError::Disconnected => {
|
||||
log::error!("Dropping accept loop");
|
||||
self.backpressure(true);
|
||||
Either::Right(None)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue