From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pi.att ([199.191.58.37]) by gl; Thu Apr 11 14:50:59 EDT 2013 Message-ID: <91d139ab4b2c1ac05c045faf318bebe0@9front.org> List-ID: <9front.9front.org> X-Bullshit: proxy-scale persistence standard-scale manager Date: Thu, 11 Apr 2013 13:50:48 -0500 From: sl@9front.org To: 9front@9front.org Subject: Re: cs/dns woesMIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit The following commit fixes the problem: http://code.google.com/p/plan9front/source/detail?r=a3579bbb5eddaca1df9c06662ff078dd281e1ccf ndb/dns: dont override req->aborttime in udpquery() overriding aborttime in udpquery() makes no sense. it causes recursive queries to extend the timeout infinitely. nobody but the issuer of the request should modify aborttime. Thanks, cinap. -sl