0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 08:19:38 +01:00
nodejs/test
Ben Noordhuis 03eb41c2ec net: don't emit 'close' event twice
Don't allow `socket.destroy()` to run twice. The self-destruct sequence itself
is idempotent but it makes the 'close' and 'error' events fire more than once,
which may confuse listeners.

Fixes #2223.
2011-12-01 14:57:06 +01:00
..
disabled Remove separation of libuv tests 2011-11-02 16:38:59 -07:00
fixtures test: update an expired certificate 2011-11-27 02:05:24 +09:00
internet
message Remove separation of libuv tests 2011-11-02 16:38:59 -07:00
pummel Make the pummel test runner not crash on windows when a directory is locked 2011-11-25 10:27:30 +01:00
simple net: don't emit 'close' event twice 2011-12-01 14:57:06 +01:00
CMakeLists.txt
common.js