On Thu, 21 Mar 2013, Alexander Klauer wrote:

Implementation-wise, I think I would just swap the list head in the ares channel with an empty list head on the stack, and then start walking through the list with the list head on the stack. Any new requests would then be added to the now initially empty list in the ares channel.

I think this sounds like a really sane approach that is uncomplicated, gives no surprises to a user and is easy to document as well.

--

 / daniel.haxx.se

Reply via email to