Commit 85deaf60 authored by Artyom Pervukhin's avatar Artyom Pervukhin Committed by Adam Langley

crypto/tls: fix docstring of Config.ClientSessionCache

Closes #21519

Change-Id: I1247e9435de93aae7e4db2b6e8e5be1b010c296b
Reviewed-on: https://go-review.googlesource.com/56832Reviewed-by: default avatarAvelino <t@avelino.xxx>
Reviewed-by: default avatarAdam Langley <agl@golang.org>
parent a795ca51
...@@ -471,8 +471,8 @@ type Config struct { ...@@ -471,8 +471,8 @@ type Config struct {
// connections using that key are compromised. // connections using that key are compromised.
SessionTicketKey [32]byte SessionTicketKey [32]byte
// SessionCache is a cache of ClientSessionState entries for TLS session // ClientSessionCache is a cache of ClientSessionState entries for TLS
// resumption. // session resumption.
ClientSessionCache ClientSessionCache ClientSessionCache ClientSessionCache
// MinVersion contains the minimum SSL/TLS version that is acceptable. // MinVersion contains the minimum SSL/TLS version that is acceptable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment