소스 검색

crypto/tls: fix docstring of Config.ClientSessionCache

Closes #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>
tls13
Artyom Pervukhin 7 년 전
committed by Adam Langley
부모
커밋
dd708a5a20
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      common.go

+ 2
- 2
common.go 파일 보기

@@ -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.


불러오는 중...
취소
저장