Searched refs:retries (Results 1 – 12 of 12) sorted by relevance
19 retries this number of times before giving up. Setting the number to 020 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 1026 minutes which then remains delay between the rest of the retries. By using28 --retry-max-time to limit the total time allowed for retries.
6 Help: Wait time between retries20 between retries). This option is only interesting if --retry is also
23 to not timeout retries.
37 not an error. When --retry is used then curl retries on some HTTP response
139 Number of retries actually performed when `--retry` has been used.
130 int retries; member445 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 …]
36 Certain features, such as timeouts and retries, require you to call libcurl
71 otherwise internal retries and timeouts may not work as you would think and
67 …omake && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
196 # Run this command with retries because of spurious failures seen202 …wfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done416 …wfile && break 2 || { echo Error: wait to try again; sleep 10; } done; false Too many retries; done
107 17.3 ENHANCE_YOUR_CALM causes infinite retries604 17.3 ENHANCE_YOUR_CALM causes infinite retries606 Infinite retries with 2 parallel requests on one connection receiving GOAWAY
1121 When --retry is used and curl actually retries transfer, it should use the1158 The --retry option retries transfers on "transient failures". We later added
Completed in 29 milliseconds