MCPcopy Create free account
hub / github.com/XTLS/REALITY / Error

Method Error

conn.go:613–613  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

611}
612
613func (e RecordHeaderError) Error() string { return "tls: " + e.Msg }
614
615func (c *Conn) newRecordHeaderError(conn net.Conn, msg string) (err RecordHeaderError) {
616 err.Msg = msg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected