You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2008/10/07 16:51:08 UTC

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

Author: gregames
Date: Tue Oct  7 07:51:07 2008
New Revision: 702500

URL: http://svn.apache.org/viewvc?rev=702500&view=rev
Log:
vote & promote proxy smax patch

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?rev=702500&r1=702499&r2=702500&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Oct  7 07:51:07 2008
@@ -85,6 +85,15 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_proxy: Allow for the smax param to be 0, so that all connections
+     are available to be dropped, should they be idle long enough.
+     PR 43371
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=697093&view=rev
+    Backport version for 2.2.x of patch:
+       Trunk version of patch works
+   +1: jim, rpluem, gregames
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -106,15 +115,6 @@
       -1: rpluem: jorton found some problems with the trunk version and they
                   should be fixed / discussed in trunk before we backport.
 
-   * mod_proxy: Allow for the smax param to be 0, so that all connections
-     are available to be dropped, should they be idle long enough.
-     PR 43371
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=697093&view=rev
-    Backport version for 2.2.x of patch:
-       Trunk version of patch works
-   +1: jim, rpluem
-
 PATCHES/ISSUES THAT ARE STALLED
 
  * core, authn/z: Avoid calling access control hooks for internal requests