Skip to content

Commit b98386c

Browse files
authored
doc: add missing article in session ticket section
PR-URL: #42632 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
1 parent a113468 commit b98386c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ handlers.
243243

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

0 commit comments

Comments
 (0)