diff --git a/TODO b/TODO index 986b1ea58..3550a30c0 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,6 @@ - readline - fix for two column glyphs. use Markus Kuhn's wcwidth.c - fix for commands that extend beyond term width -- SSL should be factored out of net.js into standalone stream object -- add completion callbacks to all stream write() methods - Erradicate all traces of 'binary' encoding. Only used, now, in OpenSSL binding. - EventSource branch merged @@ -28,3 +26,5 @@ - anchor links next to each function, for easy linking. EG # +- Add callbacks to write() on other streams (fs.WriteStream, http outgoing) + callbacks are already on net.Stream streams.