Hi, I'm trying to implement a simple download manager application that supports Pause\ Resume functionality that can pause or resume download based on a button click from user. As I see it I can pause my download by returning CURL_WRITEFUNC_PAUSE from my write function. But I'm wondering how would I resume my download back because the thread would just hang after returning CURL_WRITEFUNC_PAUSE. Since I cannot call curl_easy_pause() from another thread how do I resume the download?
Thanks. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
