From 0bc72b56120951ecab8564e30faa771c53afc3b6 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Tue, 21 May 2013 19:28:29 +0000 Subject: [PATCH] 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 --- modules/filters/mod_deflate.c | 1 - 1 file changed, 1 deletion(-) 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; } } -- 2.47.3