]> granicus.if.org Git - curl/commitdiff
TODO: Chunked transfer multipart formpost
authorDaniel Stenberg <daniel@haxx.se>
Sat, 14 Jan 2017 11:41:29 +0000 (12:41 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 14 Jan 2017 11:41:46 +0000 (12:41 +0100)
Closes #1139

docs/TODO

index 2a4ddd098671c48158badf8138a6bffe30ba30ae..66341c3311b3a84ce0898ea6aceb052a3dbdf957 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -68,6 +68,8 @@
  5.8 QUIC
  5.9 Improve formpost API
  5.10 Leave secure cookies alone
+ 5.11 Chunked transfer multipart formpost
+
 
  6. TELNET
  6.1 ditch stdin
@@ -567,6 +569,15 @@ This is not detailed in any FTP specification.
 
  https://tools.ietf.org/html/draft-ietf-httpbis-cookie-alone-01
 
+5.11 Chunked transfer multipart formpost
+
+ For a case where the file is being made during the upload is progressing
+ (like passed on stdin to the curl tool), we cannot know the size before-hand
+ and we rather not read the entire thing into memory before it can start the
+ upload.
+
+ https://github.com/curl/curl/issues/1139
+
 
 6. TELNET