]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
leave a hint while scrolling through inflate() calls
authorEric Covener <covener@apache.org>
Thu, 21 Aug 2014 15:39:21 +0000 (15:39 +0000)
committerEric Covener <covener@apache.org>
Thu, 21 Aug 2014 15:39:21 +0000 (15:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1619448 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_deflate.c

index 7a50e0d8c149e73c8161b1631d2d8c89aa3871bb..de21b8d2df3d5793a45c1bb128c59d1ed4f4d1dc 100644 (file)
@@ -1857,6 +1857,7 @@ static apr_status_t inflate_out_filter(ap_filter_t *f,
                 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 "