aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-12 09:39:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-12 09:39:16 +0000
commit3ee60365511b21c3fea71abeea8efb13dcbd2969 (patch)
treed972079a19228e39a0f2fce93c063e3f10540125 /docs
parentfb6508054833b491b5e3a5ade1410f368c4c3354 (diff)
pipelining support is added now
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/TODO b/docs/TODO
index 90852d810..80d12538c 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -115,10 +115,6 @@ TODO
HTTP
- * 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.
-
* When doing CONNECT to a HTTP proxy, libcurl always uses HTTP/1.0. This has
never been reported as causing trouble to anyone, but should be considered
to use the HTTP version the user has chosen.