8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a113468 commit b98386cCopy full SHA for b98386c
doc/api/tls.md
@@ -243,7 +243,7 @@ handlers.
243
244
The servers encrypt the entire session state and send it
245
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
+in the initial connection. This mechanism avoids the need for a server-side
247
session cache. If the server doesn't use the ticket, for any reason (failure
248
to decrypt it, it's too old, etc.), it will create a new session and send a new
249
ticket. See [RFC 5077][] for more information.
0 commit comments