summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2017-11-02 00:31:00 +0100
committerChristophe Jaillet <jailletc36@apache.org>2017-11-02 00:31:00 +0100
commit422ed23aae07c398e98bd125cd94a503eb1add3a (patch)
treeadd98fc05be471a2d3e30aa41c91e5c13fd67d28 /CHANGES
parentImprove mod_proxy_html doc (diff)
downloadapache2-422ed23aae07c398e98bd125cd94a503eb1add3a.tar.xz
apache2-422ed23aae07c398e98bd125cd94a503eb1add3a.zip
Remove backported entry (see r1684515)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES4
1 files changed, 0 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index fc2b74e00f..294cf72097 100644
--- a/CHANGES
+++ b/CHANGES
@@ -428,10 +428,6 @@ Changes with Apache 2.5.0
problems if used with round robin load balancers). Don't regenerate the
secret on graceful restarts. PR 54637 [Stefan Fritsch]
- *) core: Remove apr_brigade_flatten(), buffering and duplicated code
- from the HTTP_IN filter, parse chunks in a single pass with zero copy.
- Reduce memory usage by 48 bytes per request. [Graham Leggett]
-
*) core: Stop the HTTP_IN filter from attempting to write error buckets
to the output filters, which is bogus in the proxy case. Create a
clean mapping from APR codes to HTTP status codes, and use it where