Commit 1bf8c8a
committed
[test] Fix WebsockifyServerHarness on ipv6 enabled machine. NFC
The test_nodejs_sockets_echo_subprotocol_runtime test was failing on
my machine because node was resolving "localhost" to the IPv6 address
::1 but the websockify server was running on the IPv4 address
127.0.0.1.1 parent 7cff758 commit 1bf8c8a
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
0 commit comments