diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-09-16 23:16:36 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-09-16 23:16:36 -0700 |
commit | 6680c7fbf7ef971fbf2954c8bc3eadad2f52751e (patch) | |
tree | 6bed77587c682c78f9b770d05ec8b5126f0b82ef /TODO | |
parent | 6eca948ca24338743afdfbcadeefa928701d1c07 (diff) | |
download | nodejs-6680c7fbf7ef971fbf2954c8bc3eadad2f52751e.tar.gz nodejs-6680c7fbf7ef971fbf2954c8bc3eadad2f52751e.tar.bz2 nodejs-6680c7fbf7ef971fbf2954c8bc3eadad2f52751e.zip |
Add TODO item
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,3 +25,4 @@ - fs.readFile and fs.readFileSync need to not stat and prealloc a buffer based on size but rather read until EOF into a chain of buffers, then concat them together. +- process object should be defined in src/node.js not in c++ |