mirror of
https://github.com/curl/curl.git
synced 2026-07-16 09:47:17 +03:00
HTTP Pipelining is for GET and HEAD requests only.
This commit is contained in:
parent
70f2b5e877
commit
af5e6e7e6d
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ Decisions Already Made
|
|||
plain 'pipelining' to possibly one day support it for other protocols as
|
||||
well.
|
||||
|
||||
- HTTP Pipelining is for GET and HEAD requests only.
|
||||
|
||||
- When a pipeline is in use, we must take precautions so that when used easy
|
||||
handles (i.e those who still wait for a response) are removed from the multi
|
||||
handle, we must deal with the outstanding response nicely.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue