Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 25 of 52) sorted by relevance

123

/curl/docs/cmdline-opts/
H A Dretry-connrefused.md4 Long: retry-connrefused
5 Help: Retry on connection refused (with --retry)
10 - retry
11 - retry-all-errors
13 - --retry-connrefused --retry 7 $URL
16 # `--retry-connrefused`
19 error too for --retry. This option is used together with --retry.
H A Dretry-delay.md4 Long: retry-delay
11 - retry
13 - --retry-delay 5 --retry 7 $URL
16 # `--retry-delay`
18 Make curl sleep this amount of time before each retry when a transfer has
20 between retries). This option is only interesting if --retry is also
H A Dretry-max-time.md4 Long: retry-max-time
11 - retry
13 - --retry-max-time 30 --retry 10 $URL
16 # `--retry-max-time`
18 The retry timer is reset before the first transfer attempt. Retries are done
19 as usual (see --retry) as long as the timer has not reached this given
H A Dretry.md4 Long: retry
11 - retry-max-time
13 - --retry 7 $URL
16 # `--retry`
24 When curl is about to retry a transfer, it first waits one second and then for
27 --retry-delay you disable this exponential backoff algorithm. See also
28 --retry-max-time to limit the total time allowed for retries.
31 when to issue the next retry (added in 7.66.0).
H A Dretry-all-errors.md4 Long: retry-all-errors
5 Help: Retry all errors (with --retry)
10 - retry
12 - --retry 5 --retry-all-errors $URL
15 # `--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 flaky
37 not an error. When --retry is used then curl retries on some HTTP response
39 response codes such as 404. If you want to retry on all response codes that
H A Dmax-time.md13 - retry-max-time
25 If you enable retrying the transfer (--retry) then the maximum time counter is
26 reset each time the transfer is retried. You can use --retry-max-time to limit
27 the retry time.
H A Drate.md13 - retry-delay
41 When retrying transfers, enabled with --retry, the separate retry delay logic
H A DMakefile.inc245 retry-all-errors.md \
246 retry-connrefused.md \
247 retry-delay.md \
248 retry-max-time.md \
249 retry.md \
/curl/tests/libtest/
H A Dlib1594.c34 curl_off_t retry; in test() local
48 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()
/curl/tests/data/
H A Dtest12694 --retry-delay
20 too large --retry-delay value
23 --retry 3 --retry-delay 9223372036854776 http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER
H A Dtest3666 retry
30 HTTP --retry-max-time with too long Retry-After
33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 2 --retry-max-time 10
H A Dtest19096 retry
36 HTTP GET --retry-all-errors to overcome partial transfer
39 --retry 1 --retry-all-errors -o %LOGDIR/outfile%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest1965 retry
22 FTP transient error, retry request once
25 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --retry 1 -w '%{num_retries}\n'
H A Dtest1986 retry
46 HTTP GET --retry on 503 error with output to file
49 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 1000
H A Dtest1976 retry
37 HTTP GET --retry on 503 error with output to stdout
40 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 1000
H A Dtest163537 --retry with a 429 response and Retry-After: and --fail-with-body
40 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 1 --fail-with-body
H A Dtest163448 --retry with a 429 response and Retry-After: and --fail
51 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 1 --fail
H A Dtest163362 --retry with a 429 response and Retry-After:
65 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -d moo --retry 1 -L
H A Dtest301039 HTTP retry-after reset
H A Dtest16038 HTTP with delayed close, conn reuse, connection reset and retry
/curl/docs/
H A Doptions-in-versions210 --retry 7.12.3
211 --retry-all-errors 7.71.0
212 --retry-connrefused 7.52.0
213 --retry-delay 7.12.3
214 --retry-max-time 7.12.3
/curl/docs/libcurl/opts/
H A DCURLINFO_RETRY_AFTER.md17 CURLINFO_RETRY_AFTER - returns the Retry-After retry delay
25 curl_off_t *retry);
H A DCURLOPT_FTP_CREATE_MISSING_DIRS.md48 retry the CWD command again if the subsequent **MKD** command fails. This is
80 Added in 7.10.7. SFTP support added in 7.16.3. The retry option was added in
/curl/.github/workflows/
H A Dawslc.yml77 curl -LOsSf --retry 6 --retry-connrefused --max-time 999 \
137 curl -LOsSf --retry 6 --retry-connrefused --max-time 999 \
H A Dwolfssl.yml80 …curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archiv…

Completed in 25 milliseconds

123