mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-18 05:41:50 +01:00
Merge branch 'master' of https://github.com/actix/actix-web
This commit is contained in:
commit
6464f96f8b
@ -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…
x
Reference in New Issue
Block a user