curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: Time taken by curl_easy_perform

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Sun, 1 Oct 2017 20:15:22 +0200

On Sun, Oct 01, 2017 at 07:32:20PM +0530, Vidyanand Nille via curl-library wrote:
>   Original Message  
> >Have you
> >tried using the logging options to narrow where the >time is being spent in your
> >program? Have you tried using the curl_easy_getinfo >options to log the time
> >spent in various phases?
>
> I didn't try logging options but I had taken time at every step even in callback functions. Header callback function is called in 10ms and data callback function is always called after 30ms difference after all header is received.

My other suggestions might throw some more light on the problem.

>>> Dan
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2017-10-01