node/test
Felix Geisendörfer f0a440d886 Remove 'connect' event from server side sockets
Sockets emitted by the 'connection' event are always connected, having
them emit the 'connect' event makes no sense. It only confused people,
as it's not clear if you have to listen to 'connect' or not.

That try..catch block was also very scary. It would silently swallow
exceptions in 'connect' listeners and destroy the socket. Makes no
sense.

Fixes #1047.
2011-05-24 11:22:59 -07:00
..
disabled Don't error on ENOTCONN from shutdown() 2011-04-11 15:33:24 -07:00
fixtures child_process.spawnNode 2011-05-11 02:24:48 -07:00
internet Fix test harness for Linux 2010-10-18 14:54:39 -07:00
message Merge branch 'v0.4' 2011-05-07 20:38:32 -07:00
pummel Merge branch 'v0.4' 2011-04-03 23:42:56 -07:00
simple Remove 'connect' event from server side sockets 2011-05-24 11:22:59 -07:00
CMakeLists.txt cmake cleanup 2010-11-23 23:33:19 -06:00
common.js Add --cov code coverage option 2011-04-14 23:42:08 -07:00