You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/08/18 21:04:41 UTC

svn commit: r233357 - /httpd/httpd/branches/2.0.x/STATUS

Author: jorton
Date: Thu Aug 18 12:04:39 2005
New Revision: 233357

URL: http://svn.apache.org/viewcvs?rev=233357&view=rev
Log:
Propose.

Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=233357&r1=233356&r2=233357&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Thu Aug 18 12:04:39 2005
@@ -324,6 +324,13 @@
         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.