mirror of https://github.com/nodejs/node.git
add todo about half-open connections
parent
fcd0c3ebc0
commit
7eed71f8bb
2
TODO
2
TODO
|
@ -26,3 +26,5 @@
|
||||||
concat them together.
|
concat them together.
|
||||||
- process object should be defined in src/node.js not in c++
|
- process object should be defined in src/node.js not in c++
|
||||||
- Test for EMFILE accept spin bug.
|
- Test for EMFILE accept spin bug.
|
||||||
|
- destroy tcp sockets on 'end' by default. optionally leaving them half
|
||||||
|
open. current half-opne is default.
|
||||||
|
|
Loading…
Reference in New Issue