diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-07-08 13:28:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-08 13:28:16 +0000 |
commit | 86660c73e5d27e8dcd689f7dd10e003299d1d066 (patch) | |
tree | d00fc3c4bdc9e4b00b784b6fbb903f57f18bfff3 | |
parent | 6d8a208df29047b20cb2f8d836c3028578c2c394 (diff) |
mention an old idea
-rw-r--r-- | docs/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ TODO * Add the following to curl_easy_getinfo(): GET_HTTP_IP, GET_FTP_IP and GET_FTP_DATA_IP. Return a string with the used IP. Suggested by Alan. + * Add option that changes the interval in which the progress callback is + called at most. + LIBCURL - multi interface * Add a curl_multi_fdset() alternative. this allows apps to avoid the |