src: add comment for TicketKeyCallback
Fixes: https://github.com/nodejs/node/issues/13176 PR-URL: https://github.com/nodejs/node/pull/13193 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit is contained in:
parent
90dee89d8e
commit
e2f2d18032
@ -1202,6 +1202,8 @@ void SecureContext::SetFreeListLength(const FunctionCallbackInfo<Value>& args) {
|
||||
}
|
||||
|
||||
|
||||
// Currently, EnableTicketKeyCallback and TicketKeyCallback are only present for
|
||||
// the regression test in test/parallel/test-https-resume-after-renew.js.
|
||||
void SecureContext::EnableTicketKeyCallback(
|
||||
const FunctionCallbackInfo<Value>& args) {
|
||||
SecureContext* wrap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user