From: Amos Jeffries Date: Sun, 5 Oct 2008 01:39:55 +0000 (+1300) Subject: Bug 2393: DNS requests getting stuck in idns queue X-Git-Tag: SQUID_3_1_0_1~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc7d7918f5d55a6b5f7d90590a0f1a25b4f3a618;p=thirdparty%2Fsquid.git Bug 2393: DNS requests getting stuck in idns queue Port of Squid-2 fix by Henrik Nordstrom There seems to be two problems here. a) On TCP communication failure Squid starts to restransmit the TCP query as fast as it can, with no bounds checking. Keeps doing that until there is a response or Squid is restarted... b) For some reason the retransmit queue seems to halt for you. I have not yet reproduced this issue, but may be related to the first.. --- fc7d7918f5d55a6b5f7d90590a0f1a25b4f3a618