]> granicus.if.org Git - curl/commitdiff
HTTP Pipelining is for GET and HEAD requests only.
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jul 2006 20:45:56 +0000 (20:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jul 2006 20:45:56 +0000 (20:45 +0000)
lib/README.pipelining

index ef13252982a74422d06824f5e1d06a2ab2c1120a..ce071f676f2d5f10b0d0a3a28fa87760255daba7 100644 (file)
@@ -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.