]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a backport request for mod_deflate.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 23 Jul 2003 05:28:54 +0000 (05:28 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 23 Jul 2003 05:28:54 +0000 (05:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100740 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8a72f13034a5d7d56655cbd8f731ccbf070ec063..c71196f93150ed7d1fc0c55cee71de46e97c80dd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/07/22 19:05:05 $]
+Last modified at [$Date: 2003/07/23 05:28:54 $]
 
 Release:
 
@@ -300,6 +300,14 @@ PATCHES TO PORT FROM 2.1
         support/ab.c: r1.127
       +1: nd
 
+    * mod_deflate: Don't attempt to hold all of the response until we're done. 
+        modules/filters/mod_deflate.c: r1.35
+      jerenkrantz says: Ben Collins-Sussman confirms this fixes a problem
+                        with Subversion when mod_deflate is used where it'd
+                        hold on to the entire response until EOS.  That's bad.
+      +1: jerenkrantz
+
+
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,