diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-04 14:36:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-04 14:36:29 +0000 |
commit | c19c3bd15a639e60679e88d3be1bc5b6e2d0438a (patch) | |
tree | 0e320211fa2c66f48dcba268e67d9866347e845c /docs | |
parent | 76ff92b8112c5efa50f38f1fda59bfa468948145 (diff) | |
download | curl-c19c3bd15a639e60679e88d3be1bc5b6e2d0438a.tar.gz |
multipart formposts should be more streamy
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |