From: Eric Covener Date: Thu, 21 Aug 2014 15:39:21 +0000 (+0000) Subject: leave a hint while scrolling through inflate() calls X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6ccc27c4f32a824848c62e856d9528d424d3229;p=thirdparty%2Fapache%2Fhttpd.git leave a hint while scrolling through inflate() calls git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1619448 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_deflate.c b/modules/filters/mod_deflate.c index 7a50e0d8c14..de21b8d2df3 100644 --- a/modules/filters/mod_deflate.c +++ b/modules/filters/mod_deflate.c @@ -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 "