Mailing Lists
|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] #1243 when timeout, CURLINFO_TOTAL_TIME is not ok
From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Tue, 18 Jun 2013 15:34:52 +0000
Ah, of course. Thanks for testing and digging further. It also made me realize we can do this a bit nicer in the code. See my new patch attached here.
It grew bigger now only because I decided to clean up Curl_pgrsUpdate() while at it to take another struct as input argument.
I have more hope that this approach works!
Attachment: bug1243-2.patch (13.5 kB; text/x-patch)
--- ** [bugs:#1243] when timeout, CURLINFO_TOTAL_TIME is not ok** **Status:** open **Created:** Fri Jun 07, 2013 12:46 PM UTC by he qin **Last Updated:** Mon Jun 17, 2013 09:43 PM UTC **Owner:** Daniel Stenberg hi When I use the multi handle to process one easy handle, I set 80ms timeout for the easy handle. If timeout occur, I get the CURLINFO_TOTAL_TIME, the result is 0? why not 80ms? Read the code, I found, when timeout occur, I call curl_multi_socket_action( multi, CURL_SOCKET_TIMEOUT, 0, &still_running); I see that the CURLINFO_TOTAL_TIME will be update in Curl_done->Curl_pgrsDone. But , as above code, when curl_multi_socket_action was called use CURL_SOCKET_TIMEOUT as the second arg, curl_multi_socket_action will do nothing....(in multi_socket function , all "if" is false) If I want to get the realtime for CURLINFO_TOTAL_TIME, how to do ? --- Sent from sourceforge.net because you indicated interest in <https://sourceforge.net/p/curl/bugs/1243/> To unsubscribe from further messages, please visit <https://sourceforge.net/auth/subscriptions/>Received on 2013-06-18 These mail archives are generated by hypermail. |
Page updated May 06, 2013.
web site info