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 277de42 commit 48f00b5Copy full SHA for 48f00b5
src/node_crypto.cc
@@ -1177,6 +1177,8 @@ void SecureContext::SetFreeListLength(const FunctionCallbackInfo<Value>& args) {
1177
}
1178
1179
1180
+// Currently, EnableTicketKeyCallback and TicketKeyCallback are only present for
1181
+// the regression test in test/parallel/test-https-resume-after-renew.js.
1182
void SecureContext::EnableTicketKeyCallback(
1183
const FunctionCallbackInfo<Value>& args) {
1184
SecureContext* wrap;
0 commit comments