You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jf...@apache.org on 2007/03/27 11:50:48 UTC

svn commit: r522847 - /httpd/httpd/branches/2.2.x/STATUS

Author: jfclere
Date: Tue Mar 27 02:50:46 2007
New Revision: 522847

URL: http://svn.apache.org/viewvc?view=rev&rev=522847
Log:
Additional Fix for 40310.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?view=diff&rev=522847&r1=522846&r2=522847
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Mar 27 02:50:46 2007
@@ -100,6 +100,13 @@
 
 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.