crypto/tls.Conn.handshakeErr (field)
10 uses
crypto/tls (current package)
conn.go#L38: handshakeErr error // error resulting from handshake
conn.go#L1193: if c.handshakeErr = c.clientHandshake(); c.handshakeErr == nil {
conn.go#L1196: return c.handshakeErr
conn.go#L1381: if err := c.handshakeErr; err != nil {
conn.go#L1391: c.handshakeErr = c.handshakeFn()
conn.go#L1392: if c.handshakeErr == nil {
conn.go#L1400: if c.handshakeErr == nil && !c.handshakeComplete() {
conn.go#L1401: c.handshakeErr = errors.New("tls: internal error: handshake should have had a result")
conn.go#L1404: return c.handshakeErr
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |