]> granicus.if.org Git - apache/commitdiff
* These have been backported.
authorRuediger Pluem <rpluem@apache.org>
Wed, 12 Dec 2007 20:56:15 +0000 (20:56 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 12 Dec 2007 20:56:15 +0000 (20:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@603738 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ee29e61bac4639938266239d2a217fa1f8c09ef6..f00157633c7ab12c200243a5cd986f30086ea805 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -14,18 +14,6 @@ Changes with Apache 2.3.0
   *) 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]