diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-08-13 06:51:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-13 06:51:50 +0000 |
commit | d0e0bf53a63888c68511e72924c4cee82ff47624 (patch) | |
tree | b02cf7e61a2af77e863bc81ea48da912bce664a5 | |
parent | 0009e4dfb91c6ea3789e65db26648ed9da6b8da2 (diff) |
change the resolver URL to the work-in-progress library project
-rw-r--r-- | docs/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,9 +21,9 @@ TODO less copy of data and thus a faster operation. [http://curl.haxx.se/dev/no_copy_callbacks.txt] - * Add asynchronous name resolving. http://curl.haxx.se/dev/async-resolver.txt - This should be made to work on most of the supported platforms, or - otherwise it isn't really interesting. + * Add asynchronous name resolving (http://daniel.haxx.se/resolver/). This + should be made to work on most of the supported platforms, or otherwise it + isn't really interesting. * Data sharing. Tell which easy handles within a multi handle that should share cookies, connection cache, dns cache, ssl session cache. Full |