]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Propose r379237 for backport. Without this patch SSL backends of a proxy
authorRuediger Pluem <rpluem@apache.org>
Sun, 2 Apr 2006 12:08:43 +0000 (12:08 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 2 Apr 2006 12:08:43 +0000 (12:08 +0000)
  do not work any longer.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390812 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8457c205cd874ddeebfbc8f50723aca2d39315be..ee61d32c3c42af5a764d4a475e3edae7c566b3b5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,3 +90,13 @@ 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
+