Searched refs:retry (Results 1 – 25 of 50) sorted by relevance
12
4 Long: retry-connrefused5 Help: Retry on connection refused (with --retry)10 - retry11 - retry-all-errors13 - --retry-connrefused --retry 7 $URL16 # `--retry-connrefused`19 error too for --retry. This option is used together with --retry.
4 Long: retry-delay11 - retry13 - --retry-delay 5 --retry 7 $URL16 # `--retry-delay`18 Make curl sleep this amount of time before each retry when a transfer has20 between retries). This option is only interesting if --retry is also
4 Long: retry-max-time11 - retry13 - --retry-max-time 30 --retry 10 $URL16 # `--retry-max-time`18 The retry timer is reset before the first transfer attempt. Retries are done19 as usual (see --retry) as long as the timer has not reached this given
4 Long: retry11 - retry-max-time13 - --retry 7 $URL16 # `--retry`24 When curl is about to retry a transfer, it first waits one second and then for27 --retry-delay you disable this exponential backoff algorithm. See also28 --retry-max-time to limit the total time allowed for retries.31 when to issue the next retry (added in 7.66.0).
4 Long: retry-all-errors5 Help: Retry all errors (with --retry)10 - retry12 - --retry 5 --retry-all-errors $URL15 # `--retry-all-errors`17 Retry on any error. This option is used together with --retry.25 **WARNING**: For server compatibility curl attempts to retry failed flaky37 not an error. When --retry is used then curl retries on some HTTP response39 response codes such as 404. If you want to retry on all response codes that
13 - retry-max-time25 If you enable retrying the transfer (--retry) then the maximum time counter is26 reset each time the transfer is retried. You can use --retry-max-time to limit27 the retry time.
13 - retry-delay41 When retrying transfers, enabled with --retry, the separate retry delay logic
245 retry-all-errors.md \246 retry-connrefused.md \247 retry-delay.md \248 retry-max-time.md \249 retry.md \
34 curl_off_t retry; in test() local48 res = curl_easy_getinfo(curl, CURLINFO_RETRY_AFTER, &retry); in test()55 retry += time(NULL); in test()56 retry /= 10000; in test()58 printf("Retry-After %" CURL_FORMAT_CURL_OFF_T "\n", retry); in test()
4 --retry-delay20 too large --retry-delay value23 --retry 3 --retry-delay 9223372036854776 http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER
6 retry30 HTTP --retry-max-time with too long Retry-After33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 2 --retry-max-time 10
6 retry36 HTTP GET --retry-all-errors to overcome partial transfer39 --retry 1 --retry-all-errors -o %LOGDIR/outfile%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER
5 retry22 FTP transient error, retry request once25 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --retry 1 -w '%{num_retries}\n'
6 retry46 HTTP GET --retry on 503 error with output to file49 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 1000
6 retry37 HTTP GET --retry on 503 error with output to stdout40 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 1000
37 --retry with a 429 response and Retry-After: and --fail-with-body40 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 1 --fail-with-body
48 --retry with a 429 response and Retry-After: and --fail51 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 1 --fail
62 --retry with a 429 response and Retry-After:65 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -d moo --retry 1 -L
39 HTTP retry-after reset
38 HTTP with delayed close, conn reuse, connection reset and retry
49 HTTP retry after closed connection and empty response
210 --retry 7.12.3211 --retry-all-errors 7.71.0212 --retry-connrefused 7.52.0213 --retry-delay 7.12.3214 --retry-max-time 7.12.3
18 CURLINFO_RETRY_AFTER - returns the Retry-After retry delay26 curl_off_t *retry);
32 CURLOPT_LOCALPORT(3) and adds one to the number for each retry. Setting
57 …curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archiv…71 …curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssh/archiv…
Completed in 19 milliseconds