Commit 197448e
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 197448e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments