We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d25c39 commit 8d1503bCopy full SHA for 8d1503b
1 file changed
lib/internal/quic/binding.js
@@ -77,7 +77,7 @@ function onSessionClientHello(alpn, servername, ciphers) {
77
}
78
if (alreadyDone)
79
throw new ERR_INVALID_STATE('Client hello already completed');
80
- this.onClientHelloDone(context);
+ this.onClientHelloDone(context.context);
81
alreadyDone = true;
82
});
83
0 commit comments