Lines Matching +full:- +full:- +full:timeout +full:- +full:retries
1 ---
3 SPDX-License-Identifier: curl
10 See-also:
11 - retry-max-time
13 - --retry 7 $URL
14 ---
16 # `--retry`
19 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:
21 a timeout, an FTP 4xx response code or an HTTP 408, 429, 500, 502, 503 or 504
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
27 --retry-delay you disable this exponential backoff algorithm. See also
28 --retry-max-time to limit the total time allowed for retries.
30 curl complies with the Retry-After: response header if one was present to know