diff --git a/docs/TODO b/docs/TODO index 9b8e852409cbb415d9001f25eb6487ec7b12e718..f3569d6768ea6a8552f402b450beeef038a3b6e7 100644 --- a/docs/TODO +++ b/docs/TODO @@ -14,13 +14,13 @@ To do for the 7.8 release: * Make SSL session ids get used if multiple HTTPS documents from the same host is requested. -To do in a future release (random order): - * Document the undocumented libcurl functions: the printf clones (like curl_msprintf, curl_mfprintf, curl_msnprintf, curl_maprintf and curl_mvfprintf), the string compare functions (curl_strequal and curl_strnequal) and the URL escape/unescape functions. +To do in a future release (random order): + * Add configure options that disables certain protocols in libcurl to decrease footprint. '--disable-[protocol]' where protocol is http, ftp, telnet, ldap, dict or file.