1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-22 13:45:13 +02:00

Fixed condition for finishing transfer of response

This commit is contained in:
Maksym Vorobiov
2020-02-10 16:19:48 +02:00
committed by Yuki Okushi
parent e6078bf792
commit de815dd99c

View File

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