From: Daniel Stenberg Date: Thu, 29 Apr 2010 17:19:08 +0000 (+0200) Subject: INTERNALS: tftp is decent now, ldap is not X-Git-Tag: curl-7_21_0~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82b55efdbae2a2289608d4b7fdf39b0883729a59;p=thirdparty%2Fcurl.git INTERNALS: tftp is decent now, ldap is not It's not quite fair to list TFTP is a "crappy" member of the libcurl family so I removed its mentioning. --- diff --git a/docs/INTERNALS b/docs/INTERNALS index 630b72b0f6..54119cf79c 100644 --- a/docs/INTERNALS +++ b/docs/INTERNALS @@ -356,7 +356,7 @@ multi interface/non-blocking The FTP and the SFTP/SCP protocols are thus perfect examples of how we adapt and adjust the code to allow non-blocking operations even on multi-stage - protocols. The DICT, TELNET and TFTP are crappy examples and they are subject + protocols. The DICT, LDAP and TELNET are crappy examples and they are subject for rewrite in the future to better fit the libcurl protocol family. SSL libraries