You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2007/12/12 21:56:15 UTC

svn commit: r603738 - /httpd/httpd/trunk/CHANGES

Author: rpluem
Date: Wed Dec 12 12:56:15 2007
New Revision: 603738

URL: http://svn.apache.org/viewvc?rev=603738&view=rev
Log:
* These have been backported.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=603738&r1=603737&r2=603738&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Dec 12 12:56:15 2007
@@ -14,18 +14,6 @@
   *) mod_proxy: Lower memory consumption for short lived connections.
      PR 44026. [Ruediger Pluem]
 
-  *) core: Lower memory consumption of ap_r* functions by reusing the brigade
-     instead of recreating it during each filter pass.
-     [Stefan Fritsch <sf sfritsch.de>]
-
-  *) mod_proxy_ajp: Use 64K as maximum AJP packet size. This is the maximum
-     length we can squeeze inside the AJP message packet.
-     [Mladen Turk]
-
-  *) core: Lower memory consumption in case that flush buckets are passed thru
-     the chunk filter as last bucket of a brigade. PR 23567.
-     [Stefan Fritsch <sf sfritsch.de>]
-
   *) mod_proxy: Keep connections to the backend persistent in the HTTPS case.
      [Ruediger Pluem]