aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-07-07 20:45:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-07-07 20:45:56 +0000
commitaf5e6e7e6d926645b3b95b4dc80ec6133932d0c0 (patch)
tree58d70b7d24f320156428825763a004078eddbd0c
parent70f2b5e8779dfbaa0e7f1609396010f38bda6176 (diff)
HTTP Pipelining is for GET and HEAD requests only.
-rw-r--r--lib/README.pipelining2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/README.pipelining b/lib/README.pipelining
index ef1325298..ce071f676 100644
--- a/lib/README.pipelining
+++ b/lib/README.pipelining
@@ -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.