0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
Ryan Graham 5d2acfb8e5 net: ensure Socket reported address is current
Any time the connection state or the underlying handle itself changes,
the socket's name (aka, local address) can change.

To deal with this we need to reset the cached sockname any time we
set or unset the internal handle or an existing handle establishes a
connection.

PR-URL: https://github.com/nodejs/io.js/pull/2095
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-08-06 10:45:59 -07:00
..
addons deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
cctest deps: check in gtest, add util unit test 2015-04-01 22:35:56 +02:00
debugger debugger: improve ESRCH error message 2015-06-05 05:54:19 +02:00
disabled test: fix messages and use return to skip tests 2015-08-03 21:32:48 +05:30
fixtures test: add tests for persistent repl history 2015-08-04 11:56:18 -07:00
gc test: enable linting for tests 2015-05-19 21:21:27 +02:00
internet dgram: make send cb act as "error" event handler 2015-08-04 11:56:12 -07:00
message deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
parallel net: ensure Socket reported address is current 2015-08-06 10:45:59 -07:00
pummel test: remove two obsolete pummel tests 2015-08-04 11:56:15 -07:00
sequential test: add tests for persistent repl history 2015-08-04 11:56:18 -07:00
testpy test: create temp dir in common.js 2015-06-12 10:27:29 +10:00
timers test: enable linting for tests 2015-05-19 21:21:27 +02:00
.eslintrc tools: enable/add additional eslint rules 2015-06-11 20:27:35 +02:00
common.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30