master-server/deps/curl/docs/cmdline-opts/retry-connrefused.md

20 lines
469 B
Markdown
Raw Permalink Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: retry-connrefused
2024-05-15 15:20:32 -04:00
Help: Retry on connection refused (with --retry)
2023-12-11 20:30:44 -05:00
Added: 7.52.0
Category: curl
Multi: boolean
2024-05-15 15:20:32 -04:00
See-also:
- retry
- retry-all-errors
Example:
- --retry-connrefused --retry 7 $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--retry-connrefused`
2023-12-11 20:30:44 -05:00
In addition to the other conditions, consider ECONNREFUSED as a transient
error too for --retry. This option is used together with --retry.