cURL / Mailing Lists / curl-library / Single Mail

curl-library

After timeout if server sends response

From: Vijay <nags.vijay_at_gmail.com>
Date: Wed, 19 Mar 2008 17:34:55 +0530

I have setted an option
if (curl_easy_setopt(curl, CURLOPT_TIMEOUT, 120))
         die("Failed to set curl options");

If server sends a response after 120 seconds say 122th second,
Will i get a callback, or what will happen to that response from server.
If I have some other threads where easy_perform is happening, will it affect
other threads?

-- 
VIJAY
Received on 2008-03-19