gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 66/173: TODO: Chunked transfer multipart formpost


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 66/173: TODO: Chunked transfer multipart formpost
Date: Fri, 24 Feb 2017 14:01:28 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit 9dea60e550e6850168a1912622f32cab4ab3dcf4
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Jan 14 12:41:29 2017 +0100

    TODO: Chunked transfer multipart formpost
    
    Closes #1139
---
 docs/TODO | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/TODO b/docs/TODO
index 2a4ddd098..66341c331 100644
--- 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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]