]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Correct DNS timeout handling.
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 5 Mar 2012 11:59:54 +0000 (12:59 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Mon, 5 Mar 2012 11:59:54 +0000 (12:59 +0100)
The change to concurrent A & AAAA lookups did not handle timeouts
properly, resulting in segmentation faults.

The timeouts as such were also mismanaged, resulting in much longer
DNS timeouts than intended.

This also cleans up the API somewhat to use const for the result.


Trivial merge