From: Ruediger Pluem Date: Wed, 12 Dec 2007 20:56:15 +0000 (+0000) Subject: * These have been backported. X-Git-Tag: 2.3.0~1147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de70bc606a5e898fc344377d526b18f9fcb2085f;p=apache * These have been backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@603738 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ee29e61bac..f00157633c 100644 --- 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 ] - - *) 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 ] - *) mod_proxy: Keep connections to the backend persistent in the HTTPS case. [Ruediger Pluem]