Skip to content

Commit

Permalink
doc: add missing article in session ticket section
Browse files Browse the repository at this point in the history
PR-URL: #42632
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
  • Loading branch information
tniessen authored and juanarbol committed May 31, 2022
1 parent 802d088 commit 9caffa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Expand Up @@ -243,7 +243,7 @@ handlers.

The servers encrypt the entire session state and send it
to the client as a "ticket". When reconnecting, the state is sent to the server
in the initial connection. This mechanism avoids the need for server-side
in the initial connection. This mechanism avoids the need for a server-side
session cache. If the server doesn't use the ticket, for any reason (failure
to decrypt it, it's too old, etc.), it will create a new session and send a new
ticket. See [RFC 5077][] for more information.
Expand Down

0 comments on commit 9caffa1

Please sign in to comment.