]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote/promote proxy-initial-not-pooled
authorEric Covener <covener@apache.org>
Tue, 2 Sep 2008 12:51:29 +0000 (12:51 +0000)
committerEric Covener <covener@apache.org>
Tue, 2 Sep 2008 12:51:29 +0000 (12:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@691221 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0c776536beab05c9de198a86e1bb849294697517..fb810f26da8d1ec2f694ecc61e14699e8986fcde 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,6 +90,18 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
    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 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        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