]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote
authorBill Stoddard <stoddard@apache.org>
Fri, 9 Jan 2004 03:08:11 +0000 (03:08 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 9 Jan 2004 03:08:11 +0000 (03:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102240 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c9bac08f669c316bc830021855ee2cb4a450b742..44b6ff03f3b7a47be71849f5f02fffc40e5821e7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/01/08 20:47:46 $]
+Last modified at [$Date: 2004/01/09 03:08:11 $]
 
 Release:
 
@@ -77,6 +77,11 @@ RELEASE SHOWSTOPPERS:
 PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
+    * proxy_http fix: mod_proxy hangs when both KeepAlive and 
+      ProxyErrorOverride are enabled, and a non-200 response without a 
+      body is generated by the backend server.
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/proxy/proxy_http.c?r1=1.176&r2=1.177 
+      +1: stoddard
 
     * Win32: Port Win32DisableAcceptEx directive. This fix enables using
       Winsock 1.1 accept() call in place of Winsock 2.0 AcceptEx() to work