]> granicus.if.org Git - apache/commitdiff
Note merged backport
authorJim Jagielski <jim@apache.org>
Thu, 30 Mar 2006 17:47:26 +0000 (17:47 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 30 Mar 2006 17:47:26 +0000 (17:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@390192 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c3b67ed83fb1cfe68be2c523ad3ea7b4de4aa9c8..fe91480dec6b62e006760a3e94370446072f3ab5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -65,10 +65,6 @@ Changes with Apache 2.3.0
   *) If a connection is aborted while waiting for a chunked line, flag the
      connection as errored out.  [Justin Erenkrantz]
 
-  *) mod_proxy: If we get an error reading the upstream response,
-     close the connection.
-     [Justin Erenkrantz, Roy T. Fielding, Jim Jagielski, Ruediger Pluem]
-
   *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
 
   *) Fix typo in ProxyStatus syntax error message.
@@ -102,6 +98,10 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.2.1
 
+  *) mod_proxy: If we get an error reading the upstream response,
+     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>]