Files
node/lib
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-09-16 23:22:58 -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-25 17:30:08 -07:00
2010-10-06 20:40:57 -07:00