diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-04-29 19:19:08 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-04-29 21:57:41 +0200 |
commit | 82b55efdbae2a2289608d4b7fdf39b0883729a59 (patch) | |
tree | ed61f5703d7a6da582d642f66f78592fa0b9db6a /docs | |
parent | 16f575ee6caa2572448998bca8d1a9fd571233c7 (diff) |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INTERNALS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS b/docs/INTERNALS index 630b72b0f..54119cf79 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 |