]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Promote proposal
authorRuediger Pluem <rpluem@apache.org>
Sun, 2 Apr 2006 15:11:00 +0000 (15:11 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 2 Apr 2006 15:11:00 +0000 (15:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390833 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 377f5074f29dc2427edb0ab95ab3d8e050063d18..0ea1717c0aab663392f4830c08330d60398724d9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -74,6 +74,17 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_proxy_http: Disable persistent connections for SSL backends as we do
+      not handle them correctly, because we recreate backend->connection for
+      each request and thus try to initialize an already existing SSL
+      connection.
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs?rev=379237&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1 rpluem, trawick, jim
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * mod_dbd: When threaded, create a private pool in child_init
@@ -90,13 +101,4 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       -1 bnicholes - The authorization refactoring that was done is for 2.3 and above.
                      This can not be backported to 2.2.
 
-    * mod_proxy_http: Disable persistent connections for SSL backends as we do
-      not handle them correctly, because we recreate backend->connection for
-      each request and thus try to initialize an already existing SSL
-      connection.
-      Trunk version of patch:
-         http://svn.apache.org/viewcvs?rev=379237&view=rev
-      Backport version for 2.2.x of patch:
-         Trunk version of patch works
-      +1 rpluem, trawick, jim