]> granicus.if.org Git - apache/commit
Until we determine whether we should dip into the connection
authorJim Jagielski <jim@apache.org>
Thu, 1 Dec 2005 13:50:11 +0000 (13:50 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 1 Dec 2005 13:50:11 +0000 (13:50 +0000)
commit48f938e0d6a64fcfd8bbd0a31b2c5e0c1b1f6df9
tree2c6b005163f7a5685a027a4809f60d08db2ec126
parentb699a107b78c4c5150595f6148de20ea0c6a1586
Until we determine whether we should dip into the connection
pool each time, rearrange the logic to avoid a double
check which is unneeded. No matter what (if it's reusable or
not) a null conn->hostname needs to be set. At that
point it doesn't matter if we're not reusing it or
if the string comparison happens, since what we
would do in that case has already been done.

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