diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-27 21:29:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-27 21:29:55 +0000 |
commit | 96cf615e9dec951b2c4244780b5f3fe2fb303f5b (patch) | |
tree | d13920007225bdb8b7fde155db8a7f6fb1332b75 /CHANGES | |
parent | e9b3e1d0314b22b3db9879c891aaae117c7be4fb (diff) |
Added --retry and --retry-delay first attempt with four related test cases.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ Changelog +Daniel (27 October 2004) +- Added a --retry option to curl that takes a numerical option for the number + of times the operation should be retried. It is retried if a transient error + is detected or if a timeout occurred. By default, it will first wait one + second between the retries and then double the delay time between each retry + until the delay time is ten minutes which then will be the delay time + between all forthcoming retries. You can set a static delay time with + "--retry-delay [num]" where [num] is the number of seconds to wait between + each retry. + Daniel (25 October 2004) - Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a file that was already completely downloaded caused an error, while it |