[PATCH 1/4] ares_cancel(): cancel requests safely

2013-04-08 Thread Alexander Klauer
An invocation of ares_cancel() walks through the request list, calling the callbacks of all pending requests on a channel. Previously, if such a callback added a new request to the channel, the request list might not end up empty, causing an abort by assertion failure. The present commit ensures

Re: [PATCH 1/4] ares_cancel(): cancel requests safely

2013-04-08 Thread Daniel Stenberg
On Mon, 8 Apr 2013, Alexander Klauer wrote: An invocation of ares_cancel() walks through the request list, calling the callbacks of all pending requests on a channel. Thanks a lot. Your mini-series has been merged and pushed! -- / daniel.haxx.se