1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 05:10:36 +02:00

extra trace logging

This commit is contained in:
Nikolay Kim
2019-10-08 14:46:22 +06:00
parent fe5de2510d
commit fa72975f34
2 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,7 @@ where
}
Ok(Async::NotReady) => return false,
Ok(Async::Ready(None)) => {
log::trace!("Client disconnected");
self.dispatch_state = FramedState::Stopping;
return true;
}