HI,

Can you tell me, *"curl_easy_perform(hnd)"* is a synchronous call or
asynchronous call?

My goal is to check the functionality of *"curl_easy_pause()", *giving
CURLPAUSE_ALL & CURLPAUSE_CONT.

I tried below cases but not confirmed about it.* Can you please suggest the
sequence of calling the functions.*

Tried cases
1
*curl_easy_perform(hnd)
**curl_easy_pause(*CURLPAUSE_ALL)
*curl_easy_pause(* CURLPAUSE_CONT)

2
* **curl_easy_pause(*CURLPAUSE_ALL)
*curl_easy_pause(* CURLPAUSE_CONT)
*curl_easy_perform(hnd)*

Regards
Braja
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to