From: Henrik Nordstrom Date: Mon, 5 Mar 2012 11:59:54 +0000 (+0100) Subject: Correct DNS timeout handling. X-Git-Tag: BumpSslServerFirst.take06~2^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef154015f06a136958d8406162293d4783ed840;p=thirdparty%2Fsquid.git Correct DNS timeout handling. 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. --- eef154015f06a136958d8406162293d4783ed840