Skip to content

Commit 145ab05

Browse files
addaleaxjasnell
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 3863c3a commit 145ab05

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
@@ -1202,6 +1202,8 @@ void SecureContext::SetFreeListLength(const FunctionCallbackInfo<Value>& args) {
12021202
}
12031203

12041204

1205+
// Currently, EnableTicketKeyCallback and TicketKeyCallback are only present for
1206+
// the regression test in test/parallel/test-https-resume-after-renew.js.
12051207
void SecureContext::EnableTicketKeyCallback(
12061208
const FunctionCallbackInfo<Value>& args) {
12071209
SecureContext* wrap;

0 commit comments

Comments
 (0)