Skip to content

Commit

Permalink
crypto/tls: fix docstring of Config.ClientSessionCache
Browse files Browse the repository at this point in the history
Closes golang#21519

Change-Id: I1247e9435de93aae7e4db2b6e8e5be1b010c296b
Reviewed-on: https://go-review.googlesource.com/56832
Reviewed-by: Avelino <t@avelino.xxx>
Reviewed-by: Adam Langley <agl@golang.org>
  • Loading branch information
artyom authored and agl committed Aug 25, 2017
1 parent f3b1bbc commit fe92b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.go
Expand Up @@ -471,8 +471,8 @@ type Config struct {
// connections using that key are compromised.
SessionTicketKey [32]byte

// SessionCache is a cache of ClientSessionState entries for TLS session
// resumption.
// ClientSessionCache is a cache of ClientSessionState entries for TLS
// session resumption.
ClientSessionCache ClientSessionCache

// MinVersion contains the minimum SSL/TLS version that is acceptable.
Expand Down

0 comments on commit fe92b81

Please sign in to comment.