]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport proposal:
authorJim Jagielski <jim@apache.org>
Mon, 12 May 2008 18:39:34 +0000 (18:39 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 12 May 2008 18:39:34 +0000 (18:39 +0000)
   http://svn.apache.org/viewvc?view=rev&revision=645813

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@655594 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e72b53a7d0fbb673c8a522b4ad585098a09659b0..d3417c77163a633e3b5500ae1b4aa69bc567b90e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -187,6 +187,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         bump. Not sure what style and typo changes are required.
    jim: Latest rev of patch should address stated concerns :)
 
+  * mod_proxy:  In the case that we fail to read the response line
+   from the backend and if we are a reverse proxy request, shutdown
+   the connection WITHOUT ANY response to trigger a retry by the client
+   if allowed (as for idempotent requests).
+   Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&revision=645813
+   Backport version for 2.2.x of patch:
+       Trunk version works
+   +1: 
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when