summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2021-04-11 00:36:13 -0400
committerJay Satiro <raysatiro@yahoo.com>2021-04-11 00:36:13 -0400
commit0409c12ae7ee5bdadcc31240e8bd405af43ec297 (patch)
treeab42d71098909be0bf07a8fb4c1201cbcca5cd06
parentc6e213e5849537cdb9f1c8f94b31335c3b49778d (diff)
downloadcurl-0409c12ae7ee5bdadcc31240e8bd405af43ec297.tar.gz
TODO: remove 18.22 --fail-with-body
--fail-with-body was added in 8a964cb (precedes curl-7_76_0).
-rw-r--r--docs/TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/TODO b/docs/TODO
index 53d74ae31..40cbdae05 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -163,7 +163,6 @@
18.19 expand ~/ in config files
18.20 host name sections in config files
18.21 retry on the redirected-to URL
- 18.22 --fail-with-body
18.23 Set the modification date on an uploaded file
18.24 Use multiple parallel transfers for a single download
18.25 Prevent terminal injection when writing to terminal
@@ -1147,14 +1146,6 @@
See https://github.com/curl/curl/issues/5462
-18.22 --fail-with-body
-
- Lots of users who want --fail still want the response body saved as well -
- which --fail doesn't offer. The current solution for users is to use
- --write-out with %{response_code} and script the missing logic, but adding a
- --fail-with-body option could be an easier way for users without requiring
- external conditional checks.
-
18.23 Set the modification date on an uploaded file
For SFTP and possibly FTP, curl could offer an option to set the