소스 검색

all: use "reports whether" in place of "returns true if(f)"

Comment changes only.

Change-Id: I56848814564c4aa0988b451df18bebdfc88d6d94
Reviewed-on: https://go-review.googlesource.com/7721
Reviewed-by: Rob Pike <r@golang.org>
v1.2.3
Josh Bleecher Snyder 9 년 전
부모
커밋
9c57dac301
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      handshake_server.go

+ 1
- 1
handshake_server.go 파일 보기

@@ -238,7 +238,7 @@ Curves:
return false, nil
}

// checkForResumption returns true if we should perform resumption on this connection.
// checkForResumption reports whether we should perform resumption on this connection.
func (hs *serverHandshakeState) checkForResumption() bool {
c := hs.c



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