Navigation Menu

Skip to content

Commit

Permalink
doc: add changes metadata to TLS newSession event
Browse files Browse the repository at this point in the history
Refs: #33715

PR-URL: #34294
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
tniessen authored and MylesBorins committed Jul 27, 2020
1 parent 10962c8 commit 1083073
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/tls.md
Expand Up @@ -412,6 +412,10 @@ server.on('keylog', (line, tlsSocket) => {
### Event: `'newSession'`
<!-- YAML
added: v0.9.2
changes:
- version: v0.11.12
pr-url: https://github.com/nodejs/node-v0.x-archive/pull/7118
description: The `callback` argument is now supported.
-->

The `'newSession'` event is emitted upon creation of a new TLS session. This may
Expand Down

0 comments on commit 1083073

Please sign in to comment.