add todo about half-open connections

pull/5370/head
Ryan Dahl 2010-10-24 20:11:47 -07:00
parent fcd0c3ebc0
commit 7eed71f8bb
1 changed files with 2 additions and 0 deletions

2
TODO
View File

@ -26,3 +26,5 @@
concat them together.
- process object should be defined in src/node.js not in c++
- Test for EMFILE accept spin bug.
- destroy tcp sockets on 'end' by default. optionally leaving them half
open. current half-opne is default.