]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: send only part of --data
authorDaniel Stenberg <daniel@haxx.se>
Sat, 14 Jan 2017 11:49:12 +0000 (12:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 14 Jan 2017 11:49:12 +0000 (12:49 +0100)
Closes #1200

docs/TODO

index 84ac48e2f50bd5c3771afaedc2b923b534509c55..028f822258c59fcb9afc0418eeee23a621644439 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 --retry should resume
+ 18.16 send only part of --data
 
  19. Build
  19.1 roffit
@@ -1020,6 +1021,14 @@ that doesn't exist on the server, just like --ftp-create-dirs.
 
  See https://github.com/curl/curl/issues/1084
 
+18.16 send only part of --data
+
+ When the user only wants to send a small piece of the data provided with
+ --data or --data-binary, like when that data is a huge file, consider a way
+ to specify that curl should only send a piece of that. One suggested syntax
+ would be: "--data-binary @largefile.zip!1073741823-2147483647".
+
+ See https://github.com/curl/curl/issues/1200
 
 19. Build