Remove old TODO

This commit is contained in:
Ryan Dahl
2010-11-14 23:44:26 -08:00
parent d7e7161b27
commit 0b7fb01e67

3
TODO
View File

@@ -15,8 +15,5 @@
- stderr isn't flushing on exit
- ReadStream should not use an offset in calls to fs.read
(so that it can pull in files larger than 2G)
- 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++
- Test for EMFILE accept spin bug.