Lines Matching +full:- +full:- +full:retry
1 ---
3 SPDX-License-Identifier: curl
4 Long: retry-all-errors
5 Help: Retry all errors (with --retry)
9 See-also:
10 - retry
12 - --retry 5 --retry-all-errors $URL
13 ---
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
40 indicate HTTP errors (4xx and 5xx) then combine with --fail.