diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-12-10 21:02:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-12-10 21:02:11 +0000 |
commit | 296ebf382c7f629f3ab8a8ca895153d72202629d (patch) | |
tree | 0f5ad95f1a985a8c7fda1ba70c13deab7455cab3 /RELEASE-NOTES | |
parent | b91ed67276bb02bdd7bd8fdfead5d299e0164d84 (diff) |
- 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)
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index dc59f8884..8d4045905 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -31,6 +31,7 @@ This release includes the following bugfixes: o TFTP BLKSIZE o Expect: 100-continue handling when set by the application o multi interface with OpenSSL read already freed memory when closing down + o --retry didn't do right for FTP transient errors This release includes the following known bugs: @@ -42,6 +43,6 @@ advice from friends like these: Yang Tse, Kamil Dudka, Christian Schmitz, Constantine Sapuntzakis, Marco Maggi, Camille Moncelier, Claes Jakobsson, Kevin Baughman, Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron, - Markus Koetter, Chad Monroe, Martin Storsjo + Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko Thanks! (and sorry if I forgot to mention someone) |