Searched refs:timeouts (Results 1 – 11 of 11) sorted by relevance
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_NOSIGNAL.md | 34 resolver, timeouts cannot occur while the name resolve takes place. Consider 36 asynchronous DNS lookups, to enable timeouts for name resolves without the use
|
H A D | CURLMOPT_TIMERFUNCTION.md | 36 Certain features, such as timeouts and retries, require you to call libcurl
|
/curl/tests/data/ |
H A D | test1209 | 44 # specifically saying for which connection it concerns, and for timeouts libcurl
|
/curl/lib/ |
H A D | asyn-ares.c | 565 int timeouts, in query_completed_cb() argument 573 (void)timeouts; /* ignored */ in query_completed_cb() 733 static void addrinfo_cb(void *arg, int status, int timeouts, in addrinfo_cb() argument 738 (void)timeouts; in addrinfo_cb()
|
/curl/docs/libcurl/ |
H A D | curl_multi_fdset.md | 71 otherwise internal retries and timeouts may not work as you would think and
|
H A D | libcurl-thread.md | 71 option to 1L for all handles. Everything works fine except that timeouts
|
H A D | curl_version_info.md | 165 more exact timeouts (even on Windows) and less blocking when using the multi
|
H A D | libcurl-tutorial.md | 1393 code so we advise you to never use long timeouts on select() before you call
|
/curl/docs/ |
H A D | TODO | 173 18.29 --retry and transfer timeouts 1262 18.29 --retry and transfer timeouts 1264 If using --retry and the transfer timeouts (possibly due to using -m or
|
H A D | KNOWN_BUGS | 483 Occasionally, one of the tests timeouts. Inexplicably.
|
H A D | FAQ | 78 4.17 Non-functional connect timeouts on Windows 1021 4.17 Non-functional connect timeouts 1084 do not use TCP. To handle those situations, curl offers a number of timeouts
|
Completed in 35 milliseconds