0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/test/cctest
Eugene Ostroukhov a9a1f12b42 inspector: report client-visible host and port
Node instance may not know the real host and port user sees when
debug frontend connects through the SSH tunnel. This change fixes
'/json/list' response by using the value client provided in the host
header.

PR-URL: https://github.com/nodejs/node/pull/19664
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
2018-04-02 10:20:30 -07:00
..
node_test_fixture.cc test: introduce SetUpTestCase/TearDownTestCase 2018-02-06 06:50:14 +01:00
node_test_fixture.h src: call CleanupHandles in FreeEnvironment 2018-03-15 15:39:11 +01:00
test_aliased_buffer.cc src: add incr/decr operators for Reference 2018-03-09 08:01:20 -08:00
test_base64.cc
test_environment.cc src: set thread local env in CreateEnvironment 2018-02-16 07:27:08 +01:00
test_inspector_socket_server.cc test: properly tag anonymous namespaces 2018-02-08 18:43:36 -05:00
test_inspector_socket.cc inspector: report client-visible host and port 2018-04-02 10:20:30 -07:00
test_node_postmortem_metadata.cc src: standardise context embedder indices 2018-03-07 12:19:38 -06:00
test_url.cc
test_util.cc