mirror of
https://github.com/actix/actix-web.git
synced 2024-11-18 07:35:36 +00:00
Fixed condition for finishing transfer of response
This commit is contained in:
parent
e6078bf792
commit
de815dd99c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ where
|
|||
continue;
|
||||
}
|
||||
|
||||
if body_done {
|
||||
if !body_done {
|
||||
if body_ready {
|
||||
continue;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue