Lines Matching +full:- +full:- +full:retry
1 ---
3 SPDX-License-Identifier: curl
4 Long: retry
7 Help: Retry request if transient problems occur
10 See-also:
11 - retry-max-time
13 - --retry 7 $URL
14 ---
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.
30 curl complies with the Retry-After: response header if one was present to know
31 when to issue the next retry (added in 7.66.0).