1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 09:21:50 -05:00

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.
This commit is contained in:
Daniel Stenberg 2010-04-29 19:19:08 +02:00
parent 16f575ee6c
commit 82b55efdba

View File

@ -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