]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon: do not modify task for outgoing queries
authorMarek Vavrusa <marek@vavrusa.com>
Wed, 11 May 2016 00:45:12 +0000 (17:45 -0700)
committerMarek Vavrusa <marek@vavrusa.com>
Wed, 11 May 2016 00:45:12 +0000 (17:45 -0700)
commitb5b0232bcefe8c64ce2234c495bd398a9dc80248
tree954e971451adebb3cbb61860c64c3702e0623763
parent005bcc8b846d6649cb2718969be8761226751187
daemon: do not modify task for outgoing queries

if the upstream TCP query timeouted or the connection
was severed, it would dissociate the handle from
original query, so the query would be solved
but the requestor wouldn't see the answer unless
he requeried
daemon/worker.c