diff --git a/src/proto_http.c b/src/proto_http.c index 82d4b8700..a5334b590 100644 --- a/src/proto_http.c +++ b/src/proto_http.c @@ -6709,6 +6709,7 @@ int http_response_forward_body(struct stream *s, struct channel *res, int an_bit } return 1; } + return 0; missing_data_or_waiting: if (res->flags & CF_SHUTW)