]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
pipelining support is added now
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Sep 2006 09:39:16 +0000 (09:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Sep 2006 09:39:16 +0000 (09:39 +0000)
docs/TODO

index 90852d8106ed4ae973aa16f98f48706e4e45dd6c..80d12538cc39c3b4c7047de48ec04c3b192c29dd 100644 (file)
--- 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.