]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: add "--retry should resume"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Oct 2016 09:56:26 +0000 (11:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Oct 2016 09:56:26 +0000 (11:56 +0200)
See #1084

docs/TODO

index 6bfef6cd2efa9861715b71477b56cbdc2e9e3c70..5f72f368221f93c29dca582b14c1f49be1f8041a 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  18.13 support metalink in http headers
  18.14 --fail without --location should treat 3xx as a failure
  18.15 Introduce --fail-fast to exit on first transfer fail
+ 18.16 --retry should resume
 
  19. Build
  19.1 roffit
@@ -1007,6 +1008,15 @@ that doesn't exist on the server, just like --ftp-create-dirs.
  option would make curl exit and return an error for the first transfer that
  fails.
 
+18.16 --retry should resume
+
+ When --retry is used and curl actually retries transfer, it should use the
+ already transfered data and do a resumed transfer for the rest (when
+ possible) so that it doesn't have to transfer the same data again that was
+ already tranfered before the retry.
+
+ See https://github.com/curl/curl/issues/1084
+
 
 19. Build