Skip to content

Commit e2f2d18

Browse files
committed
src: add comment for TicketKeyCallback
Fixes: nodejs#13176 PR-URL: nodejs#13193 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent 90dee89 commit e2f2d18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/node_crypto.cc

Lines changed: 2 additions & 0 deletions
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)