mirror of
https://github.com/curl/curl.git
synced 2026-06-19 07:45:37 +03:00
multipart formposts should be more streamy
This commit is contained in:
parent
76ff92b811
commit
c19c3bd15a
1 changed files with 4 additions and 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue