summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-27 21:29:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-27 21:29:55 +0000
commit96cf615e9dec951b2c4244780b5f3fe2fb303f5b (patch)
treed13920007225bdb8b7fde155db8a7f6fb1332b75 /CHANGES
parente9b3e1d0314b22b3db9879c891aaae117c7be4fb (diff)
downloadcurl-96cf615e9dec951b2c4244780b5f3fe2fb303f5b.tar.gz
Added --retry and --retry-delay first attempt with four related test cases.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c9b7f15f0..89122c79e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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