crypto/tls.Conn.newRecordHeaderError (method)
5 uses
crypto/tls (current package)
conn.go#L565: func (c *Conn) newRecordHeaderError(conn net.Conn, msg string) (err RecordHeaderError) {
conn.go#L626: return c.in.setErrorLocked(c.newRecordHeaderError(nil, "unsupported SSLv2 handshake received"))
conn.go#L634: return c.in.setErrorLocked(c.newRecordHeaderError(nil, msg))
conn.go#L642: return c.in.setErrorLocked(c.newRecordHeaderError(c.conn, "first record does not look like a TLS handshake"))
conn.go#L648: return c.in.setErrorLocked(c.newRecordHeaderError(nil, msg))
 |
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. |