summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2006-03-31 22:33:48 +0200
committerJim Jagielski <jim@apache.org>2006-03-31 22:33:48 +0200
commitf224c9678a9f282c02763192c0e15ccb4dab22b0 (patch)
tree980e9fc9e82c36763a7c9b3a37a8a994ef1f96be
parentDocument the removal of the flushing bandaid to a (diff)
downloadapache2-f224c9678a9f282c02763192c0e15ccb4dab22b0.tar.xz
apache2-f224c9678a9f282c02763192c0e15ccb4dab22b0.zip
Note backports to be in 2.2.1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@390496 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index fea55b0e02..9d34dc4e2d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,9 +20,6 @@ Changes with Apache 2.3.0
*) mod_ssl: Fix spurious hostname mismatch warning for valid
wildcard certificates. PR 37911. [Nick Burch <nick torchbox.com>]
- *) mod_proxy: Fix KeepAlives not being allowed and set to
- backend servers. PR 38602. [Ruediger Pluem, Jim Jagielski]
-
*) Correctly initialize mod_proxy workers, which use a
combination of local and shared datasets. Adjust logging
to better trace usage. PR 38403. [Jim Jagielski]
@@ -102,9 +99,12 @@ Changes with Apache 2.3.0
Changes with Apache 2.2.1
+ *) mod_proxy: Fix KeepAlives not being allowed and set to
+ backend servers. PR 38602. [Ruediger Pluem, Jim Jagielski]
+
*) mod_proxy: If we get an error reading the upstream response,
- close the connection.
- [Justin Erenkrantz, Roy T. Fielding, Jim Jagielski, Ruediger Pluem]
+ close the connection. [Justin Erenkrantz, Roy T. Fielding,
+ Jim Jagielski, Ruediger Pluem]
*) mod_proxy_ajp: Support common headers of the AJP protocol in responses.
PR 38340. [Aleksey Pesternikov <apesternikov yahoo.com>]