Files
node-v0.x-archive/test
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 16:08:53 -07:00
2010-10-18 14:54:39 -07:00
2010-10-21 17:11:59 -07:00
2010-10-26 01:10:18 -07:00
2010-10-26 01:10:18 -07:00