> Question: Is there way to know when we parse response from Davici that > which conenction is deleted? If yes what parameter of davici we get > information? i see reqcb() parse the davici reponse.
Two things: 1. Requests queued on the same connection are processed sequentially. 2. You can pass user data when queuing a request that's later passed to the callback. Regards, Tobias
