Hi, When i execute curl_easy_perform on same url with new curl handle and new connection i consistently get response in 10-15ms.
But when i execute curl_easy_perform on same url and same handle with connection reused i am getting response consistently in 45-55ms. I had registered header and data callback functions in both the cases with same curl options. In both the cases header callback function is called in around 10ms but there is consistent difference of 40ms between data functions called in both cases. In second case(connection reuse) data function is always called after 40ms of header callback function. What could be reason for data callback function getting called after 40ms of consistent delay? I have tried it many times and behavior is same. Regards, Vidyanand
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
