mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Add 'localhost' to connect() to test for issue 3
This commit is contained in:
@@ -69,7 +69,7 @@ function onLoad() {
|
||||
};
|
||||
|
||||
assertEquals("closed", client.readyState);
|
||||
client.connect(port);
|
||||
client.connect(port, "localhost");
|
||||
}
|
||||
|
||||
function onExit () {
|
||||
|
||||
Reference in New Issue
Block a user