aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-30 09:29:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-30 09:29:00 +0000
commit782ade7223be079f08fbd6e2d4ad5681beb6826a (patch)
tree1e479bf10c3996a512b7e4edd43110151aac9fe9
parentba40eccc903990378f91ed218ed32da60bafe5b2 (diff)
fixed
-rw-r--r--docs/TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/TODO b/docs/TODO
index c3f7d6d58..e5881c4d0 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -36,10 +36,6 @@ 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.
@@ -89,9 +85,6 @@ TODO
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.
This could possibly be implemented using the multi interface to queue
requests and the response data.