From: Daniel Stenberg Date: Tue, 12 Sep 2006 09:39:16 +0000 (+0000) Subject: pipelining support is added now X-Git-Tag: curl-7_16_0~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ee60365511b21c3fea71abeea8efb13dcbd2969;p=thirdparty%2Fcurl.git pipelining support is added now --- diff --git a/docs/TODO b/docs/TODO index 90852d8106..80d12538cc 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.