From: Graham Leggett Date: Tue, 21 May 2013 19:28:29 +0000 (+0000) Subject: mod_deflate: Make sure we process any EOS bucket in our brigade and X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bc72b56120951ecab8564e30faa771c53afc3b6;p=thirdparty%2Fapache%2Fhttpd.git mod_deflate: Make sure we process any EOS bucket in our brigade and save going the long way round. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1484914 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_deflate.c b/modules/filters/mod_deflate.c index cb479f15a4f..79f6f8d1caf 100644 --- a/modules/filters/mod_deflate.c +++ b/modules/filters/mod_deflate.c @@ -1143,7 +1143,6 @@ static apr_status_t deflate_in_filter(ap_filter_t *f, inflateEnd(&ctx->stream); ctx->done = 1; - break; } }