Commit 296ebf38 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- Siegfried Gyuricsko found out that the curl manual said --retry would retry

  on FTP errors in the transient 5xx range. Transient FTP errors are in the
  4xx range. The code itself only tried on 5xx errors that occured _at login_.
  Now the retry code retries on all FTP transfer failures that ended with a
  4xx response.

  (http://curl.haxx.se/bug/view.cgi?id=2911279)
parent b91ed672
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment