]> git.ipfire.org Git - thirdparty/squid.git/commit
DW:
authorwessels <>
Thu, 7 Sep 2000 10:27:30 +0000 (10:27 +0000)
committerwessels <>
Thu, 7 Sep 2000 10:27:30 +0000 (10:27 +0000)
commit38b2f2c64bdb731d4457c8061c07fc302e5bfec7
treec5baef9b2def17f26bdd0878ee5c095663757eef
parent307fb3c4cafba1fe76d27b041d6ec25f64bd0489
DW:
 - This change collapses multiple dots in hostnames to single dots.  For
   example www....foo....com becomes www.foo.com.   This only recently
   became a problem with internal DNS lookups.  gethostbyname() seems
   to generate a failure for multiple-dotted hostnames, but Squid's
   internal DNS code does not.
src/url.cc