TODO: 6.4 is done, send telnet data in chunks
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 May 2017 19:54:26 +0000 (21:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 May 2017 19:54:26 +0000 (21:54 +0200)
docs/TODO

index ee0f188b43eb39ef0396969c8f06f26b89f5a872..e8b8fe79cc563c6cc39df37c365b18da8985499a 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -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