Merge pull request #1207 from Sach1nAgarwal/comment1

In the documentation of SslContextBuilder::set_session_id_context, we…
This commit is contained in:
Steven Fackler 2019-12-20 09:14:44 -05:00 committed by GitHub
commit 4cec131f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -885,7 +885,7 @@ impl SslContextBuilder {
/// Set the context identifier for sessions.
///
/// This value identifies the server's session cache to clients, telling them when they're
/// able to reuse sessions. It should be be set to a unique value per server, unless multiple
/// able to reuse sessions. It should be set to a unique value per server, unless multiple
/// servers share a session cache.
///
/// This value should be set when using client certificates, or each request will fail its