node/test/internet
Aayush Naik 6386f62221 test: remove unneeded bind() and related comments
As mentioned in the comment of the changed file, "a libuv limitation
makes it necessary to bind()". But, that is not the case in this test.
The subsequent call to send() results in an implicit bind().

PR-URL: https://github.com/nodejs/node/pull/5023
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2016-03-21 12:57:53 -07:00
..
test-dgram-broadcast-multi-process.js test: fix style issues after eslint update 2016-02-15 11:30:23 -08:00
test-dgram-multicast-multi-process.js test: remove unneeded bind() and related comments 2016-03-21 12:57:53 -07:00
test-dgram-send-cb-quelches-error.js test: apply correct assert.fail() arguments 2015-10-29 08:38:41 -07:00
test-dns-ipv4.js test: fix style issues after eslint update 2016-02-15 11:30:23 -08:00
test-dns-ipv6.js test: fix style issues after eslint update 2016-02-15 11:30:23 -08:00
test-dns-txt-sigsegv.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-dns.js test: fix style issues after eslint update 2016-02-15 11:30:23 -08:00
test-http-dns-fail.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-http-https-default-ports.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-net-connect-timeout.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-net-connect-unref.js test: remove unnecessary assignments 2016-01-19 11:52:30 -08:00
test-tls-connnect-cnnic.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-tls-connnect-melissadata.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-tls-reuse-host-from-socket.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
testcfg.py