]> granicus.if.org Git - apache/commit
* Enable the proxy to keep connections persistent in the HTTPS case.
authorRuediger Pluem <rpluem@apache.org>
Sat, 8 Dec 2007 20:10:29 +0000 (20:10 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 8 Dec 2007 20:10:29 +0000 (20:10 +0000)
commitbd49c01685ccf2b857b3fe0f04236221a74d7d6d
tree6d6dcfa6dee855fa3a931aaa4e601fa347790e95
parent03b9f7bf7bade701173adfc6f14158b2a035ca4f
* Enable the proxy to keep connections persistent in the HTTPS case.

  Basicly the persistence is created by keeping the conn_rec structure
  created for our backend connection (whether http or https) in the connection
  pool. This required to adjust scoreboard.c in a way that its functions can
  properly deal with a NULL scoreboard handle by ignoring the call or returning
  an error code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@602542 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_http.c
modules/proxy/proxy_util.c
server/scoreboard.c