]> git.ipfire.org Git - thirdparty/squid.git/commit
Removed hacks in peer_select.c for ASN lookups. We cannot delay
authorwessels <>
Sat, 25 Apr 1998 00:47:42 +0000 (00:47 +0000)
committerwessels <>
Sat, 25 Apr 1998 00:47:42 +0000 (00:47 +0000)
commitc7cd15f7503e48791eb1608d2cf5c29881e1d83e
tree6eb6a0d5711d48e98addcd129a0346720da3684e
parent5e9ab945787c28c576cab2f2bba47d1a5160a373
Removed hacks in peer_select.c for ASN lookups.  We cannot delay
wait for IP lookups in the peer selection process, and we do not
want to lookup EVERY address there.  Instead, the acl.c routines
will lookup IP addresses for hostnames if they are not available.
So the first time we check some host, it may not match, but should
be present for subsequent requests.
src/peer_select.cc