mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:07:17 +03:00
pipelining support is added now
This commit is contained in:
parent
fb65080548
commit
3ee6036551
1 changed files with 0 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue