]> granicus.if.org Git - apache/commitdiff
mod_deflate: Make sure we process any EOS bucket in our brigade and
authorGraham Leggett <minfrin@apache.org>
Tue, 21 May 2013 19:28:29 +0000 (19:28 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 21 May 2013 19:28:29 +0000 (19:28 +0000)
save going the long way round.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1484914 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_deflate.c

index cb479f15a4f1b11794dc2f40d47a33bcd6c3620b..79f6f8d1caf7881955b67b2a7a8a7bb76f7dc825 100644 (file)
@@ -1143,7 +1143,6 @@ static apr_status_t deflate_in_filter(ap_filter_t *f,
                 inflateEnd(&ctx->stream);
 
                 ctx->done = 1;
-                break;
             }
 
         }