2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-28 07:50:25 +08:00
|
|
|
Long: retry-connrefused
|
|
|
|
Help: Retry on connection refused (use with --retry)
|
|
|
|
Added: 7.52.0
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: curl
|
2022-11-03 11:20:19 +08:00
|
|
|
Example: --retry-connrefused --retry 7 $URL
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: retry retry-all-errors
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-28 07:50:25 +08:00
|
|
|
---
|
|
|
|
In addition to the other conditions, consider ECONNREFUSED as a transient
|
|
|
|
error too for --retry. This option is used together with --retry.
|