diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-05-25 21:54:26 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-25 21:54:26 +0200 |
commit | d90b729c3b5aa6122f67d2ee21c718a0bc93e5dd (patch) | |
tree | ad2b917f21d630be84093aaafedf52b5178707f9 /docs/TODO | |
parent | a9de0a9f54c1a4858f0f10162d348fa506242577 (diff) |
TODO: 6.4 is done, send telnet data in chunks
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -76,7 +76,6 @@ 6.1 ditch stdin 6.2 ditch telnet-specific select 6.3 feature negotiation debug data - 6.4 send data in chunks 7. SMTP 7.1 Pipelining @@ -623,11 +622,6 @@ to provide the data to send. Add telnet feature negotiation data to the debug callback as header data. -6.4 send data in chunks - - Currently, telnet sends data one byte at a time. This is fine for interactive - use, but inefficient for any other. Sent data should be sent in larger - chunks. 7. SMTP |