From 98552db2154a3fcb9ae4da0b0d6b028917d9bd6c Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Thu, 23 May 2013 16:31:01 +0000 Subject: [PATCH] Ensure that any meta buckets are stripped while parsing a chunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1485772 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index 7a0b79ee80..a794d95e8d 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -331,9 +331,9 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, APR_BRIGADE_INSERT_TAIL(b, e); return APR_SUCCESS; } - apr_brigade_cleanup(b); do { + apr_brigade_cleanup(b); again = 0; /* until further notice */ /* read and handle the brigade */ -- 2.40.0