Unregister keep-alive timer after request is received

This commit is contained in:
Nikolay Kim 2022-01-02 02:49:55 +06:00
parent ebc5250f3d
commit 44b00682e0
5 changed files with 64 additions and 32 deletions

View file

@ -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);