summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-07-26 12:42:59 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-07-26 12:42:59 -0700
commit28db0c2562ae7395dd01a034294fcda67fb9be71 (patch)
treec01b5ccbb869ccbca4a7c19d2477743dbca93db9
parent66deea10c7bca2fe9c6b82495d141f0faf227216 (diff)
downloadnode-new-28db0c2562ae7395dd01a034294fcda67fb9be71.tar.gz
Add write() callback TODO item
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index de25a6a4be..2b695187fe 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