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-Tag: 2.5.0-alpha~5426 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02046df398b50fd907d79dd73923bcb4350e9ce8;p=apache 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 cb479f15a4..79f6f8d1ca 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; } }