retry-connrefused.md (469B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: retry-connrefused 5 Help: Retry on connection refused (with --retry) 6 Added: 7.52.0 7 Category: curl 8 Multi: boolean 9 See-also: 10 - retry 11 - retry-all-errors 12 Example: 13 - --retry-connrefused --retry 7 $URL 14 --- 15 16 # `--retry-connrefused` 17 18 In addition to the other conditions, consider ECONNREFUSED as a transient 19 error too for --retry. This option is used together with --retry.