You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2008/09/02 14:51:29 UTC

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

Author: covener
Date: Tue Sep  2 05:51:29 2008
New Revision: 691221

URL: http://svn.apache.org/viewvc?rev=691221&view=rev
Log:
vote/promote proxy-initial-not-pooled

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=691221&r1=691220&r2=691221&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Sep  2 05:51:29 2008
@@ -90,6 +90,18 @@
    http://svn.apache.org/viewvc?rev=639010&view=rev (mmn)
    +1: niq, rpluem, mturk
 
+ * mod_proxy_http: Introduce environment variable proxy-initial-not-pooled
+   to avoid reusing pooled connections if the client connection is an
+   initial connection. This avoids the "proxy: error reading status line
+   from remote server reverse proxy case.
+   PR: 37770
+    Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=684351&view=rev
+       http://svn.apache.org/viewvc?rev=686549&view=rev (doc)
+    Backport version for 2.2.x of patch:
+       Trunk version of patch works
+    +1: rpluem, jim, covener
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -184,18 +196,6 @@
        fixes a conflict regarding the needed minor bump.
     +1: rpluem, jim
 
- * mod_proxy_http: Introduce environment variable proxy-initial-not-pooled
-   to avoid reusing pooled connections if the client connection is an
-   initial connection. This avoids the "proxy: error reading status line
-   from remote server reverse proxy case.
-   PR: 37770
-    Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=684351&view=rev
-       http://svn.apache.org/viewvc?rev=686549&view=rev (doc)
-    Backport version for 2.2.x of patch:
-       Trunk version of patch works
-    +1: rpluem, jim
-
  * mod_proxy_balancer: Allow for treatment of ';' char as a session
    deliminator/separator, ala mod_jk.
    PR: 45158