From af5e6e7e6d926645b3b95b4dc80ec6133932d0c0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 7 Jul 2006 20:45:56 +0000 Subject: HTTP Pipelining is for GET and HEAD requests only. --- lib/README.pipelining | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/README.pipelining') 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. -- cgit v1.2.3