Files
node-v0.x-archive/test/simple
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-07-13 17:15:10 -07:00
2010-02-25 11:41:11 -08:00
2010-08-13 08:55:42 -07:00
2010-10-23 11:22:24 -07:00
2010-09-16 17:27:10 -07:00
2010-10-11 16:08:53 -07:00
2010-10-20 12:12:07 -07:00
2010-10-18 14:54:39 -07:00