We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d640426 commit fcf9b46Copy full SHA for fcf9b46
test/sequential/test-tls-psk-client.js
@@ -37,6 +37,7 @@ const timeout = setTimeout(() => cleanUp('Timeouted'), 5000);
37
38
function waitForPort(port, cb) {
39
const socket = net.connect(common.PORT, () => {
40
+ socket.on('data', () => {});
41
socket.end();
42
socket.on('end', cb);
43
});
0 commit comments