]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit0b265da983f03f2eba2da520af8b6487ac77033d
tree2d01c0aee9947aaf66edb91cff6539d0facc894c
parentcad2ca822ce63251d61994c0b78e483f62dbfd86
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