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