Skip to content

Commit 48f00b5

Browse files
addaleaxMylesBorins
authored andcommitted
src: add comment for TicketKeyCallback
Fixes: #13176 PR-URL: #13193 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
1 parent 277de42 commit 48f00b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/node_crypto.cc

+2
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,8 @@ void SecureContext::SetFreeListLength(const FunctionCallbackInfo<Value>& args) {
11771177
}
11781178

11791179

1180+
// Currently, EnableTicketKeyCallback and TicketKeyCallback are only present for
1181+
// the regression test in test/parallel/test-https-resume-after-renew.js.
11801182
void SecureContext::EnableTicketKeyCallback(
11811183
const FunctionCallbackInfo<Value>& args) {
11821184
SecureContext* wrap;

0 commit comments

Comments
 (0)