Browse Source

all: rename os.Error to error in various non-code contexts

R=adg
CC=golang-dev
https://golang.org/cl/5328062
v1.2.3
Russ Cox 13 years ago
parent
commit
da5cf2d336
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      conn.go

+ 1
- 1
conn.go View File

@@ -828,7 +828,7 @@ func (c *Conn) OCSPResponse() []byte {
}

// VerifyHostname checks that the peer certificate chain is valid for
// connecting to host. If so, it returns nil; if not, it returns an os.Error
// connecting to host. If so, it returns nil; if not, it returns an error
// describing the problem.
func (c *Conn) VerifyHostname(host string) error {
c.handshakeMutex.Lock()


Loading…
Cancel
Save