You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/08/21 17:39:21 UTC

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

Author: covener
Date: Thu Aug 21 15:39:21 2014
New Revision: 1619448

URL: http://svn.apache.org/r1619448
Log:
leave a hint while scrolling through inflate() calls


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=1619448&r1=1619447&r2=1619448&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/filters/mod_deflate.c (original)
+++ httpd/httpd/trunk/modules/filters/mod_deflate.c Thu Aug 21 15:39:21 2014
@@ -1857,6 +1857,7 @@ static apr_status_t inflate_out_filter(a
                 return APR_EGENERAL;
             }
 
+            /* Don't check length limits on inflate_out */
             if (!check_ratio(r, ctx, dc)) {
                 ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(02650)
                               "Inflated content ratio is larger than the "