From: Graham Leggett Date: Thu, 23 May 2013 16:31:01 +0000 (+0000) Subject: Ensure that any meta buckets are stripped while parsing a chunk. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf0a4a76e927deab265bb958336fd449b77fc642;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index 7a0b79ee801..a794d95e8de 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 */