]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose.
authorJoe Orton <jorton@apache.org>
Thu, 18 Aug 2005 19:04:39 +0000 (19:04 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 18 Aug 2005 19:04:39 +0000 (19:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@233357 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 038023677ffd0f74c8a8f7a7b4166e729aac105f..d6ca19177cee264db72219c37919dae922325e70 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -324,6 +324,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://svn.apache.org/viewcvs.cgi?rev=209539&view=rev
         +1: pquerna
 
+     *) Prevent the byterange filter from buffering responses into
+        memory; a common cause of "why does httpd eat all my memory".
+        http://svn.apache.org/viewcvs?rev=188797&view=rev
+        rediff for 2.0.x: http://people.apache.org/~jorton/ap_byterange.diff
+        PR: 29962
+        +1: jorton
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.