mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
HTTP Pipelining is for GET and HEAD requests only.
This commit is contained in:
parent
70f2b5e877
commit
af5e6e7e6d
@ -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…
Reference in New Issue
Block a user