소스 검색

crypto/tls: Fix doc typo

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/2073041
tls13
Evan Shaw 14 년 전
committed by Andrew Gerrand
부모
커밋
99e338e9ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      conn.go

+ 1
- 1
conn.go 파일 보기

@@ -617,7 +617,7 @@ func (c *Conn) Close() os.Error {

// Handshake runs the client or server handshake
// protocol if it has not yet been run.
// Most uses of this packge need not call Handshake
// Most uses of this package need not call Handshake
// explicitly: the first Read or Write will call it automatically.
func (c *Conn) Handshake() os.Error {
c.handshakeMutex.Lock()


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