0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/test/internet
Fedor Indutny 5977cba985 tls: reuse hostname from underlying net.Socket
When `tls.connect()` is called with `socket` option, it should try to
reuse hostname previously passed to `net.connect()` and only after that
fall back to `'localhost'`.

fix #6409
2013-10-31 01:57:17 +04:00
..
internet.status Split tests. 2010-02-25 11:41:11 -08:00
test-dgram-multicast-multi-process.js test: move two tests from simple/ to internet/ 2013-07-20 12:36:33 +02:00
test-dns.js dns: set hostname property on error object 2013-10-16 21:56:16 +02:00
test-http-dns-fail.js test: move simple/test-http-dns-fail to test/internet 2013-01-28 12:41:56 +01:00
test-http-https-default-ports.js https: fix default port 2013-08-05 12:53:12 -07:00
test-net-connect-timeout.js test: Move test-net-connect-timeout to test/internet 2013-02-26 17:39:04 -08:00
test-net-connect-unref.js test: move two tests from simple/ to internet/ 2013-07-20 12:36:33 +02:00
test-tls-reuse-host-from-socket.js tls: reuse hostname from underlying net.Socket 2013-10-31 01:57:17 +04:00
testcfg.py Fix internet testcase config 2011-07-05 10:31:37 -07:00