mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
rename echoserver -> pingpong
This commit is contained in:
parent
f3f9a08de1
commit
e6d96e8e66
@ -36,6 +36,7 @@ function onLoad() {
|
||||
}
|
||||
}, 100);
|
||||
};
|
||||
|
||||
socket.onClose = function () {
|
||||
puts("socket close.");
|
||||
assertEquals(10, count);
|
||||
Loading…
Reference in New Issue
Block a user