From: Daniel Stenberg Date: Fri, 7 Jul 2006 20:45:56 +0000 (+0000) Subject: HTTP Pipelining is for GET and HEAD requests only. X-Git-Tag: curl-7_15_5~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af5e6e7e6d926645b3b95b4dc80ec6133932d0c0;p=curl HTTP Pipelining is for GET and HEAD requests only. --- 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.