Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-25 07:11:47 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-10-25 07:11:47 +0400
commit7eed71f8bb8d623a0768e8a99cd48527b839fef1 (patch)
tree065df125f436736e956f0e90212fbaaa74b25458 /TODO
parentfcd0c3ebc0a40c62292779ea66318a0229d60b95 (diff)
add todo about half-open connections
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 58def8d6b65..dfb7e7b6992 100644
--- a/TODO
+++ b/TODO
@@ -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.