]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4007: Hang on DNS query with dead-end CNAME
authorStephen Baynes <sbaynes@mail.com>
Wed, 30 Nov 2016 23:20:39 +0000 (12:20 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 30 Nov 2016 23:20:39 +0000 (12:20 +1300)
commitf6eee0760ca32e8ce090d73135ffbeb483f2bc5a
tree383f0a7a7cdfd2f07bde617878c2e79990e38dc5
parent935d96dae8d655ca6113769ebeff4618df4688b1
Bug 4007: Hang on DNS query with dead-end CNAME

DNS lookup recursion no longer occurs. ipcacheParse() return values are no
longer useful.

Also, cleanup the debugging output.
src/ipcache.cc