From 28db0c2562ae7395dd01a034294fcda67fb9be71 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 26 Jul 2010 12:42:59 -0700 Subject: [PATCH] Add write() callback TODO item --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index de25a6a4be9..2b695187fec 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,7 @@ - tab completion interface - SSL should be factored out of net.js into standalone stream object - base64 write and toString for buffers +- add completion callbacks to all stream write() methods - debug and production modes - EventSource branch merged