()
| 611 | } |
| 612 | |
| 613 | func (e RecordHeaderError) Error() string { return "tls: " + e.Msg } |
| 614 | |
| 615 | func (c *Conn) newRecordHeaderError(conn net.Conn, msg string) (err RecordHeaderError) { |
| 616 | err.Msg = msg |
nothing calls this directly
no outgoing calls
no test coverage detected