blob: 6916603d65ea494085aedb22d0c8763abadf39ef [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: retry-connrefused
4Help: Retry on connection refused (use with --retry)
5Added: 7.52.0
6Category: curl
7Example: --retry-connrefused --retry $URL
8See-also: retry retry-all-errors
9Multi: boolean
10---
11In addition to the other conditions, consider ECONNREFUSED as a transient
12error too for --retry. This option is used together with --retry.