]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote, promote
authorJeff Trawick <trawick@apache.org>
Fri, 21 Apr 2006 11:02:36 +0000 (11:02 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 21 Apr 2006 11:02:36 +0000 (11:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395848 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 780da0a7e3c0b2a24c69cfbe81ba68f4fc587096..128ef51092e159424b92c192b0467f2c939e0009 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -87,6 +87,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs?rev=395079&view=rev
        +1: colm, wrowe, niq
 
+    * mod_proxy: Do not release connections from connection pool twice as this
+                 can cause different threads to use the same connection at the
+                 same time. PR 38793.
+        Trunk version of patch:
+          http://svn.apache.org/viewcvs?rev=394088&view=rev
+        2.2.x version of patch:
+          Trunk version works
+      +1: rpluem, jim, wrowe (with trawick's observation),
+          trawick (with rev 395180)
+      trawick: needs http://svn.apache.org/viewcvs?rev=395180&view=rev
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -108,7 +119,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           http://svn.apache.org/viewcvs?rev=394070&view=rev
         2.2.x version of patch:
           Trunk version works
-      +1: rpluem
+      +1: rpluem, trawick (with rev 295381)
       niq: the new comment isn't accurate; it applies to any brigade
       containing only (one or more) zero-length buckets.  The existing
       comment misled my review!  Fix the comment and you have my +1
@@ -129,16 +140,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           Trunk version works
       +1: rpluem, jim, wrowe
 
-    * mod_proxy: Do not release connections from connection pool twice as this
-                 can cause different threads to use the same connection at the
-                 same time. PR 38793.
-        Trunk version of patch:
-          http://svn.apache.org/viewcvs?rev=394088&view=rev
-        2.2.x version of patch:
-          Trunk version works
-      +1: rpluem, jim, wrowe (with trawick's observation)
-      trawick: needs http://svn.apache.org/viewcvs?rev=395180&view=rev
-
     * arch win32: http://svn.apache.org/viewcvs?rev=395419&view=rev
       s|/GX |/EHsc | because they were always synonyms, and Visual Studio
       2005 edition complains bitterly and loudly that /GX is deprecated.