aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-08-25 09:17:09 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-08-25 09:17:09 +0200
commitddb810ab700997ca63a17e8ccbec69eea3b7c422 (patch)
tree4a0a0869d6108cc6330764ae36c76fe1e6dbe769 /docs/TODO
parent77ba147e762b4a0db33d712a5d6a8eeeb50011f4 (diff)
TODO: fixed "Make curl_multi_info_read faster"
It is really fast now
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/TODO b/docs/TODO
index 7d7a2a0b0..d3b2fa38e 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -22,7 +22,6 @@
2.2 Remove easy interface internally
2.3 Avoid having to remove/readd handles
2.4 Fix HTTP Pipelining for PUT
- 2.5 Make curl_multi_info_read faster
3. Documentation
3.1 More and better
@@ -185,11 +184,6 @@
serial requests and currently libcurl only supports that for HEAD and GET
requests but it should also be possible for PUT.
-2.5 Make curl_multi_info_read faster
-
- When checking if there's info to return, this function scans over ALL added
- easy handles every time. That makes this function unnecessary heavy and slow.
-
3. Documentation
3.1 More and better