()
| 595 | } |
| 596 | |
| 597 | func (e RecordHeaderError) Error() string { return "tls: " + e.Msg } |
| 598 | |
| 599 | func (c *Conn) newRecordHeaderError(conn net.Conn, msg string) (err RecordHeaderError) { |
| 600 | err.Msg = msg |
nothing calls this directly
no outgoing calls
no test coverage detected