projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70f2b5e
)
HTTP Pipelining is for GET and HEAD requests only.
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 7 Jul 2006 20:45:56 +0000
(20:45 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 7 Jul 2006 20:45:56 +0000
(20:45 +0000)
lib/README.pipelining
patch
|
blob
|
history
diff --git
a/lib/README.pipelining
b/lib/README.pipelining
index ef13252982a74422d06824f5e1d06a2ab2c1120a..ce071f676f2d5f10b0d0a3a28fa87760255daba7 100644
(file)
--- 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.