mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Unregister keep-alive timer after request is received
This commit is contained in:
parent
ebc5250f3d
commit
44b00682e0
5 changed files with 64 additions and 32 deletions
|
@ -85,6 +85,7 @@ impl IoState {
|
|||
|
||||
#[inline]
|
||||
pub(super) fn notify_keepalive(&self) {
|
||||
log::trace!("keep-alive timeout, notify dispatcher");
|
||||
let mut flags = self.flags.get();
|
||||
if !flags.contains(Flags::DSP_KEEPALIVE) {
|
||||
flags.insert(Flags::DSP_KEEPALIVE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue