cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl_multi_info_read() API info

From: smruti kumari <smrutikumari777_at_gmail.com>
Date: Wed, 18 May 2016 17:08:30 +0530

Hi Daniel,

Is there any way to get the individual(send or recv) status of a easy
handle ?

Thanks
Smruti

On Wed, May 18, 2016 at 3:21 PM, Daniel Stenberg <daniel_at_haxx.se> wrote:

> On Wed, 18 May 2016, smruti kumari wrote:
>
> When we are calling curl_multi_info_read() API, we are getting the
>> information regarding transfer of data. This transfer means
>> 1. Sending of data completed by curl?
>> OR
>> 2. Receiving of data completed by curl?
>>
>
> The only message you can get from this function (for now) is CURLMSG_DONE,
> which means that the entire transfer is complete (it has sent and received
> the data it was told to transfer or it failed doing so). You can then read
> the 'CURLcode result' field to learn the return code for that individual
> transfer that completed.
>
> --
>
> / daniel.haxx.se
> -------------------------------------------------------------------
> List admin: https://cool.haxx.se/list/listinfo/curl-library
> Etiquette: https://curl.haxx.se/mail/etiquette.html

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-05-18