aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-11-17 09:35:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-11-17 09:35:10 +0000
commit3c50ea961f05b6cc95166f02fd0982eb7a397756 (patch)
tree92d72ee4bee8467c627433a13e5ebe49464801e5 /docs/TODO
parentacc29ff1d980b9b1427495012a6ba9c075c36d3a (diff)
pipelining for PUT is a good idea
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 50680bc16..d38a4aa7d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -21,6 +21,7 @@
2.1 More non-blocking
2.2 Remove easy interface internally
2.3 Avoid having to remove/readd handles
+ 2.4 Fix HTTP Pipelining for PUT
3. Documentation
3.1 More and better
@@ -171,6 +172,13 @@
o RESUME?
+2.4 Fix HTTP Pipelining for PUT
+
+ HTTP Pipelining can be a way to greatly enhance performance for multiple
+ serial requests and currently libcurl only supports that for HEAD and GET
+ requests but it should also be possible for PUT.
+
+
3. Documentation
3.1 More and better