Skip to content
Snippets Groups Projects
Commit c19c3bd1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

multipart formposts should be more streamy

parent 76ff92b8
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment