]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 4007: Hang on DNS query with dead-end CNAME
authorStephen Baynes <sbaynes@mail.com>
Sun, 27 Nov 2016 13:45:08 +0000 (02:45 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 27 Nov 2016 13:45:08 +0000 (02:45 +1300)
commit7eb648e268a256d10b5baa1b6116b120f43b5bb1
tree88acf5b40aae360ec20a5a4dad0a841f7d1eaa97
parenta25ed26cbc9490e50066ee4f8f7da948862b5a6f
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