1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 09:23:54 +00:00
This commit is contained in:
Nikolay Kim 2018-08-31 18:56:53 -07:00
commit 6464f96f8b

View file

@ -186,7 +186,7 @@ where
Ok(Async::NotReady) => return Ok(Async::NotReady),
Ok(Async::Ready(_)) => return Ok(Async::Ready(())),
Err(err) => {
debug!("Error sendips ng data: {}", err);
debug!("Error sending data: {}", err);
return Err(());
}
}