mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 21:38:46 +00:00
Merge branch 'master' of https://github.com/actix/actix-web
This commit is contained in:
commit
6464f96f8b
1 changed files with 1 additions and 1 deletions
|
@ -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(());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue