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 17:45:29 -07:00 committed by GitHub
parent 3fa23f5e10
commit c313c003a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,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(());
}
}