From bb7bf58cc77c07b6421c44872926460479aee496 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 5 Jan 2011 11:57:53 -0800 Subject: [PATCH] Update TODO items --- TODO | 7 +++---- 1 file 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 # -- 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