]> granicus.if.org Git - apache/commit
Update the comment and checks around address/connection reusability
authorEric Covener <covener@apache.org>
Thu, 5 Jan 2012 15:45:01 +0000 (15:45 +0000)
committerEric Covener <covener@apache.org>
Thu, 5 Jan 2012 15:45:01 +0000 (15:45 +0000)
commitbe417c2c1eb648fc498c899704b7b084968850f4
tree2d01c0aee9947aaf66edb91cff6539d0facc894c
parent2293ff191ff4701c5cd39cfc62ecac8ed5051392
Update the comment and checks around address/connection reusability
in mod_proxy.

The checks and comment are a vestige of 2.0.x
mod_proxy_http where the backend proxy conn was stored in
the frontend r->conn_config, but ap_proxy_determine_connection()
doesn't associate the frontend and backend conns like this.

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