retry-connrefused.d 431 B

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