From dbbd871ea1f4e6fb9569bf6c71db643664fa4266 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 Jun 2002 15:24:47 +0000 Subject: the disable protocol stuff is now added --- docs/TODO | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/TODO b/docs/TODO index 6811d89dd..d593cffe3 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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. -- cgit v1.2.3