]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Additional Fix for 40310.
authorJean-Frederic Clere <jfclere@apache.org>
Tue, 27 Mar 2007 09:50:46 +0000 (09:50 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Tue, 27 Mar 2007 09:50:46 +0000 (09:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@522847 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a019ae3e217144a22c66542faa31d9d3e7f0956a..e41d33b9c5ae9a401ed37b3fb667a8659d3393f4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -100,6 +100,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
+    * mod_proxy_ajp: Fix wrong retry when sending the response failed.
+      PR 40310 (The old fix wasn't ok).
+      Trunk version of patch:
+      http://svn.apache.org/viewvc?view=rev&revision=518938
+      (It also works for httpd-2.2.x).
+      +1: jfclere
+
     * mpm_winnt: Fix return values from wait_for_many_objects.
       Note - this is required to avoid hangups of socket #64, #128
       as Microsoft set aside 64 reserved values.