From 692a23bda8fff44358b0e7936f2e1254646d2d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 10 Jul 2020 13:09:46 +0200 Subject: [PATCH] doc: add changes metadata to TLS newSession event Refs: https://github.com/nodejs/node/issues/33715 PR-URL: https://github.com/nodejs/node/pull/34294 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/api/tls.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/tls.md b/doc/api/tls.md index c652805d89c1ab..710e0ab0ed4d61 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -410,6 +410,10 @@ server.on('keylog', (line, tlsSocket) => { ### Event: `'newSession'` The `'newSession'` event is emitted upon creation of a new TLS session. This may