mirror of https://github.com/fafhrd91/actix-web
Fixed condition for finishing transfer of response
This commit is contained in:
parent
e6078bf792
commit
de815dd99c
|
@ -86,7 +86,7 @@ where
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if body_done {
|
if !body_done {
|
||||||
if body_ready {
|
if body_ready {
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue