2
0

retry-connrefused.d 292 B

12345678
  1. Long: retry-connrefused
  2. Help: Retry on connection refused (use with --retry)
  3. Added: 7.52.0
  4. Category: curl
  5. Example: --retry-connrefused --retry $URL
  6. ---
  7. In addition to the other conditions, consider ECONNREFUSED as a transient
  8. error too for --retry. This option is used together with --retry.