Commit af5e6e7e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

HTTP Pipelining is for GET and HEAD requests only.

parent 70f2b5e8
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -38,6 +38,8 @@ Decisions Already Made
  plain 'pipelining' to possibly one day support it for other protocols as
  plain 'pipelining' to possibly one day support it for other protocols as
  well.
  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
- 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
  handles (i.e those who still wait for a response) are removed from the multi
  handle, we must deal with the outstanding response nicely.
  handle, we must deal with the outstanding response nicely.