]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
a mod_deflate bugfix to be backported
authorStas Bekman <stas@apache.org>
Wed, 13 Aug 2003 16:55:21 +0000 (16:55 +0000)
committerStas Bekman <stas@apache.org>
Wed, 13 Aug 2003 16:55:21 +0000 (16:55 +0000)
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

STATUS

diff --git a/STATUS b/STATUS
index d873b843cbc9e71a135dd076d1481be965dc7226..bd890d934274e483557c29c91e2960f355ec9516 100644 (file)
--- 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