mirror of https://github.com/nodejs/node.git
Add 'localhost' to connect() to test for issue 3
parent
728af1faa8
commit
1a1406c80e
|
@ -69,7 +69,7 @@ function onLoad() {
|
|||
};
|
||||
|
||||
assertEquals("closed", client.readyState);
|
||||
client.connect(port);
|
||||
client.connect(port, "localhost");
|
||||
}
|
||||
|
||||
function onExit () {
|
||||
|
|
Loading…
Reference in New Issue