summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-06 00:05:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-06 00:05:42 +0200
commit920dfacbf4dae30887d05f8b4d07021a4c50bd2f (patch)
tree47ff80f42c95895de7566e7761c34a65b30db29b
parent66828f4fd3c19bcefeb421a414629e3dc80ef960 (diff)
downloadcurl-920dfacbf4dae30887d05f8b4d07021a4c50bd2f.tar.gz
TODO: Option to make -Z merge lined based outputs on stdout
Closes #5175
-rw-r--r--docs/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index aa3ed091e..0f19be9ae 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -138,6 +138,7 @@
18.3 prevent file overwriting
18.4 --proxycommand
18.5 UTF-8 filenames in Content-Disposition
+ 18.6 Option to make -Z merge lined based outputs on stdout
18.7 at least N milliseconds between requests
18.9 Choose the name of file in braces for complex URLs
18.10 improve how curl works in a windows console window
@@ -906,6 +907,14 @@ that doesn't exist on the server, just like --ftp-create-dirs.
https://github.com/curl/curl/issues/1888
+18.6 Option to make -Z merge lined based outputs on stdout
+
+ When a user requests multiple lined based files using -Z and sends them to
+ stdout, curl will not "merge" and send complete lines fine but may very well
+ send partial lines from several sources.
+
+ https://github.com/curl/curl/issues/5175
+
18.7 at least N milliseconds between requests
Allow curl command lines issue a lot of request against services that limit