You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/05/21 21:28:30 UTC

svn commit: r1484914 - /httpd/httpd/trunk/modules/filters/mod_deflate.c

Author: minfrin
Date: Tue May 21 19:28:29 2013
New Revision: 1484914

URL: http://svn.apache.org/r1484914
Log:
mod_deflate: Make sure we process any EOS bucket in our brigade and
save going the long way round.

Modified:
    httpd/httpd/trunk/modules/filters/mod_deflate.c

Modified: httpd/httpd/trunk/modules/filters/mod_deflate.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_deflate.c?rev=1484914&r1=1484913&r2=1484914&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/filters/mod_deflate.c (original)
+++ httpd/httpd/trunk/modules/filters/mod_deflate.c Tue May 21 19:28:29 2013
@@ -1143,7 +1143,6 @@ static apr_status_t deflate_in_filter(ap
                 inflateEnd(&ctx->stream);
 
                 ctx->done = 1;
-                break;
             }
 
         }