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 9c330b6 commit c871fadCopy full SHA for c871fad
test/parallel/test-tls-ticket-cluster.js
@@ -46,7 +46,7 @@ if (cluster.isPrimary) {
46
session: lastSession,
47
rejectUnauthorized: false
48
}, () => {
49
- c.end();
+ c.on('end', c.end);
50
}).on('close', () => {
51
// Wait for close to shoot off another connection. We don't want to shoot
52
// until a new session is allocated, if one will be. The new session is
0 commit comments