type github.com/refraction-networking/utls.RecordHeaderError

3 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L569: type RecordHeaderError struct {
		conn.go#L582: func (e RecordHeaderError) Error() string { return "tls: " + e.Msg }
		conn.go#L584: func (c *Conn) newRecordHeaderError(conn net.Conn, msg string) (err RecordHeaderError) {