]> granicus.if.org Git - apache/commit
* Disable persistent connections for SSL backends again as we do not
authorRuediger Pluem <rpluem@apache.org>
Mon, 20 Feb 2006 20:56:50 +0000 (20:56 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 20 Feb 2006 20:56:50 +0000 (20:56 +0000)
commit70bd1f6329249812b599a31f1bd273f1c2209a4b
tree3d6e7d1e93fd64b8001411a3e1650963ca8af794
parentd19aa9679dd123c3b47e5c28840e2c9426751b57
* Disable persistent connections for SSL backends again 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.

Noticed by: Joe Orton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@379237 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_http.c