mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 18:09:22 +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