diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-11 15:24:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-11 15:24:47 +0000 |
commit | dbbd871ea1f4e6fb9569bf6c71db643664fa4266 (patch) | |
tree | 3fd7b828b2c2af922c785da29a32a2041010d51a /docs/TODO | |
parent | 813911db595d5a4ae8d0f870d2bb84058f696b6b (diff) |
the disable protocol stuff is now added
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -17,16 +17,10 @@ TODO * Make content encoding/decoding internally be made using a filter system. - * Test the 'multi' interface more. - * Introduce another callback interface for upload/download that makes one less copy of data and thus a faster operation. [http://curl.haxx.se/dev/no_copy_callbacks.txt] - * Add configure options that disables certain protocols in libcurl to - decrease footprint. '--disable-[protocol]' where protocol is http, ftp, - telnet, ldap, dict or file. - * 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. |