On Tue, 1 Oct 2013, Sunny Khatri wrote:
Just one more thing, so what happens to the callback function now, Does it receive the data in a single call now (i.e. till CURLM_OK) rather than callback getting called every time for curl_multi_perform ?.
The write callback behavior is the same as it has always been. It may be called 0, 1 or several times each time you invoke curl_multi_perform().
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
