summaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-06-30 23:45:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-06-30 23:45:49 +0200
commitc4f108ece8be881bf70edbd5d22334d1143be88c (patch)
tree432a8b1b079c7273f6d2a0ee1529a6768f523fa0 /docs/TODO
parenta194e6c9ae40ffe3ab5e281f1096358cdd369d3e (diff)
downloadcurl-c4f108ece8be881bf70edbd5d22334d1143be88c.tar.gz
TODO: 17.4 also brings more HTTP/2 support
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index e04cdf076..c0f4280a3 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -735,6 +735,9 @@ that doesn't exist on the server, just like --ftp-create-dirs.
connection to the same remote host. This would require the client to use the
multi interface. https://curl.haxx.se/bug/feature.cgi?id=1558595
+ Using the multi interface would also allow properly using parallel transfers
+ with HTTP/2 and supporting HTTP/2 server push from the command line.
+
17.5 provide formpost headers
Extending the capabilities of the multipart formposting. How about leaving