From c19c3bd15a639e60679e88d3be1bc5b6e2d0438a Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 4 May 2004 14:36:29 +0000
Subject: [PATCH] multipart formposts should be more streamy

---
 docs/TODO | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/TODO b/docs/TODO
index b16362bb9a..115d49cf44 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -36,6 +36,10 @@ TODO
  * Option to set the SO_KEEPALIVE socket option to make libcurl notice and
    disconnect very long time idle connections.
 
+ * When posting multipart forms, we should _not_ create the whole data chunk
+   in memory before the upload starts but do it in a "streaming" manner to
+   allow uploads that are way larger than the amount of system memory.
+
  LIBCURL - multi interface
 
  * Add curl_multi_timeout() to make libcurl's ares-functionality better.
-- 
GitLab