0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/inspector
Eugene Ostroukhov b170fb7c55 inspector: proper WS URLs when bound to 0.0.0.0
JSON target list response will now return appropriate IP address
for instances listening on 0.0.0.0.

Refs: https://github.com/nodejs/node/issues/11591
PR-URL: https://github.com/nodejs/node/pull/11755
Reviewed-By: James Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2017-03-13 10:41:51 -07:00
..
inspector-helper.js inspector: proper WS URLs when bound to 0.0.0.0 2017-03-13 10:41:51 -07:00
inspector.status test: fix flaky test-inspector 2016-11-23 10:21:48 -08:00
test-inspector-ip-detection.js inspector: proper WS URLs when bound to 0.0.0.0 2017-03-13 10:41:51 -07:00
test-inspector-stops-no-file.js inspector: check if connected before waiting 2016-12-06 14:28:20 -08:00
test-inspector.js inspector: proper WS URLs when bound to 0.0.0.0 2017-03-13 10:41:51 -07:00
test-not-blocked-on-idle.js test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
testcfg.py