From 145ab052df53e3c6b322066689b05bd1bfbf863d Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 24 May 2017 13:40:47 +0200 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-By: Refael Ackermann --- src/node_crypto.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/node_crypto.cc b/src/node_crypto.cc index 7f78a427042f4b..68613ab5659de0 100644 --- a/src/node_crypto.cc +++ b/src/node_crypto.cc @@ -1202,6 +1202,8 @@ void SecureContext::SetFreeListLength(const FunctionCallbackInfo& 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& args) { SecureContext* wrap;