From 7eed71f8bb8d623a0768e8a99cd48527b839fef1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 24 Oct 2010 20:11:47 -0700 Subject: [PATCH] add todo about half-open connections --- TODO | 2 ++ 1 file changed, 2 insertions(+) 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.