|
|
cURL Mailing List Monthly Index Single Mail
curl-library Archives
Re: Values of Running handles
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 29 Nov 2009 19:19:48 +0100 (CET)
On Fri, 27 Nov 2009, centrio_at_gmail.com wrote:
> I am doing simple http Get request and the URL can be finite url or can be a
Do you really? If the connection is closed or not is normally beyond what an
libcurl does a transfer and it returns info to the app how the transfer went,
> The connection may be closed if there is some network delay(timeouts) or
If the transfer failed somehow, libcurl returns that info.
> I have only 1 easy handle in multi handle stack. I need to know if
runningHandles == 0 means that there is no transfers actively running. It
> I have added the easy handle to the stack in some other portion of the code.
You use curl_multi_info_read() to figure out how each transfer ends.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2009-11-29 These mail archives are generated by hypermail. |
Page updated November 16, 2009.
web site info