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 ?
Thanks, but this is already noted in bug #1224
Thanks, but this is already noted in bug #1224