Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! doc: clarify text about using 'session' event for compatibility
  • Loading branch information
Trott committed Dec 3, 2019
commit 07b44e2eff1ab072bcc98d83b17f47009d05e51b
2 changes: 1 addition & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ See [Session Resumption][] for more information.
For TLSv1.3, it is necessary to wait for the 'session' event to get a resumable
session. This is because only ticket-based resumption is allowed by the
protocol. Tickets aren't sent until after the handshake completes. Applications
Comment thread
Trott marked this conversation as resolved.
Outdated
should use the 'session' event instead of [`tls.TLSSocket.getSession()`][] to
should use the `'session'` event instead of [`tls.TLSSocket.getSession()`][] to
ensure they work for all TLS versions. Applications that only expect to get or
use 1 session should listen for this event only once:

Expand Down