diff options
author | Ruediger Pluem <rpluem@apache.org> | 2005-10-06 23:04:01 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2005-10-06 23:04:01 +0200 |
commit | 088ea2db1a6989c08c255cc02d4809197299006c (patch) | |
tree | a9dba93abd0d15102573e79ab357398abd600b62 /CHANGES | |
parent | mod_proxy_connect: Fix high CPU loop on systems like UnixWare which (diff) | |
download | apache2-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-- | CHANGES | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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] |