Files
node-v0.x-archive/doc
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-04-23 16:37:10 -07:00
2010-10-23 16:00:15 -07:00
2010-10-26 01:10:18 -07:00
2010-06-21 19:40:22 -07:00
2010-10-26 01:10:18 -07:00
2010-04-08 14:20:33 -07:00
2009-11-02 12:28:08 +01:00
2010-04-08 14:20:43 -07:00
2009-09-10 13:40:38 +02:00
2010-04-08 22:42:02 -07:00