]> granicus.if.org Git - curl/commitdiff
TODO: implemened "--fail-fast to exit on first transfer fail"
authorDaniel Stenberg <daniel@haxx.se>
Sat, 14 Jan 2017 11:42:53 +0000 (12:42 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 14 Jan 2017 11:42:53 +0000 (12:42 +0100)
Even though it is called --fail-early

docs/TODO

index 66341c3311b3a84ce0898ea6aceb052a3dbdf957..84ac48e2f50bd5c3771afaedc2b923b534509c55 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  18.12 keep running, read instructions from pipe/socket
  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
+ 18.15 --retry should resume
 
  19. Build
  19.1 roffit
@@ -1012,15 +1011,7 @@ that doesn't exist on the server, just like --ftp-create-dirs.
  way to implement this is probably to add that new logic in the command line
  tool only and not in the underlying CURLOPT_FAILONERROR logic.
 
-18.15 Introduce --fail-fast to exit on first transfer fail
-
- curl will transfer all URLs given on the command line one by one but only
- returns the error code for the last transfer. Transfer failures on the first
- ones will not be returned as error code etc to the shell. A --fail-fast
- option would make curl exit and return an error for the first transfer that
- fails.
-
-18.16 --retry should resume
+18.15 --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