1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-07 10:39:36 +00:00

Fixed condition for finishing transfer of response

This commit is contained in:
Maksym Vorobiov 2020-02-10 16:19:48 +02:00
parent 05a606b6a7
commit 8f39df7ea0

View file

@ -86,7 +86,7 @@ where
continue;
}
if body_done {
if !body_done {
if body_ready {
continue;
} else {