Skip to content

Commit

Permalink
doc: add changes metadata to TLS newSession event
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Jul 10, 2020
1 parent 1237955 commit e8bdeba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/tls.md
Original file line number Diff line number Diff line change
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 e8bdeba

Please sign in to comment.