crypto/tls.halfConn.err (field)
7 uses
crypto/tls (current package)
conn.go#L158: err error // first permanent error
conn.go#L183: hc.err = &permanentError{err: e}
conn.go#L185: hc.err = err
conn.go#L187: return hc.err
conn.go#L593: if c.in.err != nil {
conn.go#L594: return c.in.err
conn.go#L1118: if err := c.out.err; err != nil {
![]() |
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. |