aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/retry-connrefused.d
blob: 10a9dcf30ec76c0b63ca5eca41a387920bac7a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: retry-connrefused
Help: Retry on connection refused (use with --retry)
Added: 7.52.0
Category: curl
Example: --retry-connrefused --retry 7 $URL
See-also: retry retry-all-errors
Multi: boolean
---
In addition to the other conditions, consider ECONNREFUSED as a transient
error too for --retry. This option is used together with --retry.