From: Stas Bekman Date: Wed, 13 Aug 2003 16:55:21 +0000 (+0000) Subject: a mod_deflate bugfix to be backported X-Git-Tag: 2.0.48~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e0dbad41ebdc45c26506bcb72c016d3fed112e;p=thirdparty%2Fapache%2Fhttpd.git a mod_deflate bugfix to be backported PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100975 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d873b843cbc..bd890d93427 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2003/08/12 21:05:00 $] +Last modified at [$Date: 2003/08/13 16:55:21 $] Release: @@ -65,6 +65,13 @@ PATCHES TO PORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + * Fix bug in mod_deflate, which was passing calling deflate() + without checkinig first whether it has something to + deflate. (currently this causes deflate to generate a fatal + error according to the zlib spec). PR 22259. [Stas Bekman] + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/filters/mod_deflate.c.diff?r1=1.35&r2=1.36 + +1: stas + * Correct the code in ap_check_cache_feshness to check max_age, smax_age, and expires correctly. This is a RFC 2616 compliance issue. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/experimental/cache_util.c.diff?r1=1.26&r2=1.27