mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 23:17:42 +02:00
more handler tests
This commit is contained in:
@ -350,7 +350,7 @@ where
|
||||
}
|
||||
}
|
||||
Ok(Some(Message::Eof)) => {
|
||||
if let Some(ref mut payload) = self.payload {
|
||||
if let Some(ref mut payload) = self.payload.take() {
|
||||
payload.feed_eof();
|
||||
} else {
|
||||
error!("Internal server error: unexpected eof");
|
||||
|
Reference in New Issue
Block a user