diff options
author | Jim Jagielski <jim@apache.org> | 2006-03-31 22:33:48 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2006-03-31 22:33:48 +0200 |
commit | f224c9678a9f282c02763192c0e15ccb4dab22b0 (patch) | |
tree | 980e9fc9e82c36763a7c9b3a37a8a994ef1f96be | |
parent | Document the removal of the flushing bandaid to a (diff) | |
download | apache2-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-- | CHANGES | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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>] |