mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-06 14:27:39 +03:00
wip
This commit is contained in:
parent
ea74503736
commit
a8db7de953
9 changed files with 84 additions and 45 deletions
|
@ -386,11 +386,14 @@ impl Accept {
|
|||
io,
|
||||
token: info.token,
|
||||
};
|
||||
println!("------- ACCEPTED {:?}", msg);
|
||||
if let Err(msg) = self.srv.process(msg) {
|
||||
log::trace!("Server is unavailable");
|
||||
self.backlog.push_back(msg);
|
||||
self.backpressure(true);
|
||||
return false;
|
||||
} else {
|
||||
println!("------- SENT ACCEPTED");
|
||||
}
|
||||
}
|
||||
Ok(None) => return true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue