summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-01-05 11:57:53 -0800
committerRyan Dahl <ry@tinyclouds.org>2011-01-05 11:59:04 -0800
commitbb7bf58cc77c07b6421c44872926460479aee496 (patch)
treecce03c3096294e1549b3c1fe9cf9d062853a00b3 /TODO
parent4e108ef9b64aa48f357f63ccf0924a58f9c0eb3b (diff)
downloadandroid-node-v8-bb7bf58cc77c07b6421c44872926460479aee496.tar.gz
android-node-v8-bb7bf58cc77c07b6421c44872926460479aee496.tar.bz2
android-node-v8-bb7bf58cc77c07b6421c44872926460479aee496.zip
Update TODO items
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO b/TODO
index 4f1ff07640..f20a68101d 100644
--- a/TODO
+++ b/TODO
@@ -26,9 +26,8 @@
- anchor links next to each function, for easy linking.
EG <a href="#fs.stat">#</a>
-- Add callbacks to write() on other streams (fs.WriteStream, http outgoing)
- callbacks are already on net.Stream streams.
-- Add callback to net.Stream.connect
-- new TLS frontend api using securepair
- "node --raw-js script.js" should bipass all Node code and load a raw V8
interpreter
+- Use http_parser_execute2() in node_http_parser.cc and make req.pause()
+ work correctly
+ https://github.com/ry/http-parser/blob/c95a5479596e95b7cdd88ca9d7b32fd3afb4379c/http_parser.h#L266