Re: [PATCH (RFC) 1/2] gresolv: Do not remove a query on failure if other results are pending

2013-02-18 Thread Patrik Flykt
On Fri, 2013-02-15 at 12:30 +0200, Tomasz Bursztyka wrote: > Fixes BMC#25973 > > In the case one of the resolving failed, the query is removed and > destroyed from the queue. So the responses of the requests sent to > the other namerservers - which might be successful - will thus be > lost since t

[PATCH (RFC) 1/2] gresolv: Do not remove a query on failure if other results are pending

2013-02-15 Thread Tomasz Bursztyka
Fixes BMC#25973 In the case one of the resolving failed, the query is removed and destroyed from the queue. So the responses of the requests sent to the other namerservers - which might be successful - will thus be lost since they cannot be matched anymore to their initial request. --- gweb/greso