Ryan Dahl
2470d2ee92
allowHalfOpen disabled by default
...
Users too often would forget to add
socket.on('end', function () {
socket.end();
});
Which is a mistake. Therefore we default to this behavior and
only optionally let people handle the 'end' case themselves.
2010-10-26 01:10:18 -07:00
..
2010-10-11 15:21:36 -07:00
2010-10-18 11:34:35 -07:00
2010-10-23 11:37:40 -07:00
2010-09-16 23:22:58 -07:00
2010-10-25 17:26:58 -07:00
2010-10-25 12:14:47 -07:00
2010-10-06 20:40:57 -07:00
2010-10-16 20:43:09 -07:00
2010-10-06 20:40:57 -07:00
2010-10-11 16:40:28 -07:00
2010-10-26 01:10:18 -07:00
2010-10-26 01:10:18 -07:00
2010-10-11 16:21:21 -07:00
2010-09-13 12:39:30 -07:00
2010-10-11 15:21:36 -07:00
2010-10-20 15:22:02 -07:00
2010-10-25 17:30:08 -07:00
2010-10-11 15:21:36 -07:00
2010-09-28 02:31:31 -07:00
2010-10-11 15:21:36 -07:00
2010-10-06 20:40:57 -07:00
2010-10-11 15:21:36 -07:00