MCPcopy Create free account
hub / github.com/XTLS/Go / readRecord

Method readRecord

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

Source from the content-addressed store, hash-verified

604}
605
606func (c *Conn) readRecord() error {
607 return c.readRecordOrCCS(false)
608}
609
610func (c *Conn) readChangeCipherSpec() error {
611 return c.readRecordOrCCS(true)

Callers 2

readHandshakeMethod · 0.95
ReadMethod · 0.95

Calls 1

readRecordOrCCSMethod · 0.95

Tested by

no test coverage detected