aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-24 11:56:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-10-24 11:56:26 +0200
commit21b9e54058bd0dd5108803facd4ee678a4846ae5 (patch)
treedad8a14e3d7d657925e20da03b2f7e8ba8296e4d /docs
parentf435308cfa897277acc398f2dc64282c3638622d (diff)
TODO: add "--retry should resume"
See #1084
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 6bfef6cd2..5f72f3682 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -151,6 +151,7 @@
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