summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-12-28 16:30:03 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-12-28 16:30:03 +0100
commit6d79722d7898122d7a91a931e03612cb2dab85b1 (patch)
tree4d39002933ced33cc83e711ea0913e6af551b9f2
parent0d037cfdce7d295052cf4c91eda6d7fda7a692a8 (diff)
downloadgnurl-6d79722d7898122d7a91a931e03612cb2dab85b1.tar.gz
gnurl-6d79722d7898122d7a91a931e03612cb2dab85b1.tar.bz2
gnurl-6d79722d7898122d7a91a931e03612cb2dab85b1.zip
TODO: 2.3 Better support for same name resolves
-rw-r--r--docs/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 462328137..2b5a4c273 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -24,6 +24,7 @@
2. libcurl - multi interface
2.1 More non-blocking
2.2 Fix HTTP Pipelining for PUT
+ 2.3 Better support for same name resolves
3. Documentation
3.1 Update date and version in man pages
@@ -221,6 +222,15 @@
serial requests and currently libcurl only supports that for HEAD and GET
requests but it should also be possible for PUT.
+2.3 Better support for same name resolves
+
+ If a name resolve has been initiated for name NN and a second easy handle
+ wants to resolve that name as well, make it wait for the first resolve to end
+ up in the cache instead of doing a second separate resolve. This is
+ especially needed when adding many simultaneous handles using the same host
+ name when the DNS resolver can get flooded.
+
+
3. Documentation
3.1 Update date and version in man pages