This commit is contained in:
Daniel Stenberg 2004-06-30 09:29:00 +00:00
Родитель ba40eccc90
Коммит 782ade7223
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -36,10 +36,6 @@ TODO
* Option to set the SO_KEEPALIVE socket option to make libcurl notice and * Option to set the SO_KEEPALIVE socket option to make libcurl notice and
disconnect very long time idle connections. 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 LIBCURL - multi interface
* Add curl_multi_timeout() to make libcurl's ares-functionality better. * Add curl_multi_timeout() to make libcurl's ares-functionality better.
@ -89,9 +85,6 @@ TODO
HTTP HTTP
* GSS-Negotiate support for HTTP proxies. They only work on direct
connections to the server.
* Pipelining. Sending multiple requests before the previous one(s) are done. * Pipelining. Sending multiple requests before the previous one(s) are done.
This could possibly be implemented using the multi interface to queue This could possibly be implemented using the multi interface to queue
requests and the response data. requests and the response data.