Home
last modified time | relevance | path

Searched refs:retries (Results 1 – 12 of 12) sorted by relevance

/curl/docs/cmdline-opts/
H A Dretry.md19 retries this number of times before giving up. Setting the number to 0
20 makes curl do no retries (which is the default). Transient error means either:
25 all forthcoming retries it doubles the waiting time until it reaches 10
26 minutes which then remains delay between the rest of the retries. By using
28 --retry-max-time to limit the total time allowed for retries.
H A Dretry-delay.md6 Help: Wait time between retries
20 between retries). This option is only interesting if --retry is also
H A Dretry-max-time.md23 to not timeout retries.
H A Dretry-all-errors.md37 not an error. When --retry is used then curl retries on some HTTP response
H A Dwrite-out.md139 Number of retries actually performed when `--retry` has been used.
/curl/lib/
H A Dtftp.c130 int retries; member
445 state->retries++; in tftp_send_first()
446 if(state->retries > state->retry_max) { in tftp_send_first()
591 state->retries = 0; in tftp_rx()
632 state->retries = 0; in tftp_rx()
651 state->retries++; in tftp_rx()
655 if(state->retries > state->retry_max) { in tftp_rx()
728 state->retries++; in tftp_tx()
759 state->retries = 0; in tftp_tx()
798 state->retries++; in tftp_tx()
[all …]
/curl/docs/libcurl/opts/
H A DCURLMOPT_TIMERFUNCTION.md36 Certain features, such as timeouts and retries, require you to call libcurl
/curl/docs/libcurl/
H A Dcurl_multi_fdset.md71 otherwise internal retries and timeouts may not work as you would think and
/curl/.github/workflows/
H A Dconfigure-vs-cmake.yml67 …omake && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
H A Dmacos.yml196 # Run this command with retries because of spurious failures seen
202 …wfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
416 …wfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
/curl/docs/
H A DKNOWN_BUGS107 17.3 ENHANCE_YOUR_CALM causes infinite retries
604 17.3 ENHANCE_YOUR_CALM causes infinite retries
606 Infinite retries with 2 parallel requests on one connection receiving GOAWAY
H A DTODO1121 When --retry is used and curl actually retries transfer, it should use the
1158 The --retry option retries transfers on "transient failures". We later added

Completed in 27 milliseconds