Skip to content
Snippets Groups Projects
Commit 3ee60365 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

pipelining support is added now

parent fb650805
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment