0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/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
..
disabled Enable pipe test 2010-10-11 16:08:53 -07:00
fixtures
internet Fix test harness for Linux 2010-10-18 14:54:39 -07:00
message Remove unneeded function wrappers 2010-10-21 17:11:59 -07:00
pummel allowHalfOpen disabled by default 2010-10-26 01:10:18 -07:00
simple allowHalfOpen disabled by default 2010-10-26 01:10:18 -07:00
common.js