Menu

#1237 CURLOPT_TIMEOUT_MS is not exact

closed-duplicate
None
3
2013-06-21
2013-06-01
he qin
No

hi,

I found that in curl-7.30.0, the timeout is not exact. See the curl-7.30.0/lib/easy.c :

in curl_easy_perform function ,has one line:

mcode = curl_multi_wait(multi, NULL, 0, 1000, &ret);

here is a poll call for one seconds wait...

why ?

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2013-06-03
    • status: open --> closed-duplicate
    • assigned_to: Daniel Stenberg
     
  • Daniel Stenberg

    Daniel Stenberg - 2013-06-03

    Thanks, but this is already noted in bug #1224