summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2005-10-06 23:04:01 +0200
committerRuediger Pluem <rpluem@apache.org>2005-10-06 23:04:01 +0200
commit088ea2db1a6989c08c255cc02d4809197299006c (patch)
treea9dba93abd0d15102573e79ab357398abd600b62 /CHANGES
parentmod_proxy_connect: Fix high CPU loop on systems like UnixWare which (diff)
downloadapache2-088ea2db1a6989c08c255cc02d4809197299006c.tar.xz
apache2-088ea2db1a6989c08c255cc02d4809197299006c.zip
* Synic with 2.2.x branch (r306884)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306888 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 0c770be16a..cc1932ce57 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,6 @@
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
- *) mod_proxy_balancer: mod_proxy_balancer does not handle sticky sessions
- with tomcat correctly. PR36507. [Ruediger Pluem]
-
*) mod_proxy: Run the request_status hook also if there are no free workers
or all workers are in error state.
[Ruediger Pluem, Brian Akins <brian.akins turner.com>]
@@ -31,6 +28,9 @@ Changes with Apache 2.3.0
Changes with Apache 2.1.9
+ *) mod_proxy_balancer: mod_proxy_balancer does not handle sticky sessions
+ with tomcat correctly. PR36507. [Ruediger Pluem]
+
*) mod_proxy_connect: Fix high CPU loop on systems like UnixWare which
trigger POLL_ERR or POLL_HUP on a terminated connection. PR 36951.
[Jeff Trawick, Ruediger Pluem]