0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/test/internet
Ben Noordhuis e007f66ae2 dns: add verbatim option to dns.lookup()
When true, results from the DNS resolver are passed on as-is, without
the reshuffling that Node.js otherwise does that puts IPv4 addresses
before IPv6 addresses.

PR-URL: https://github.com/nodejs/node/pull/14731
Ref: https://github.com/nodejs/node/issues/6307
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-08-23 14:53:47 -07:00
..
test-dgram-broadcast-multi-process.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
test-dgram-multicast-multi-process.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-dgram-send-cb-quelches-error.js
test-dns-any.js test: replace indexOf with includes and startsWith 2017-07-02 23:36:39 +02:00
test-dns-cares-domains.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-dns-ipv4.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
test-dns-ipv6.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
test-dns-regress-6244.js test: refactor test-dns-regress-6244.js 2017-05-18 23:02:31 +02:00
test-dns-setserver-in-callback-of-resolve4.js dns: fix crash using dns.setServers after resolve4 2017-05-18 23:09:08 +02:00
test-dns-txt-sigsegv.js
test-dns.js dns: add verbatim option to dns.lookup() 2017-08-23 14:53:47 -07:00
test-http-dns-fail.js
test-http-https-default-ports.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-net-connect-timeout.js
test-net-connect-unref.js
test-tls-add-ca-cert.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-tls-connnect-melissadata.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-tls-reuse-host-from-socket.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
testcfg.py