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

Method readRecord

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

Source from the content-addressed store, hash-verified

620}
621
622func (c *Conn) readRecord() error {
623 return c.readRecordOrCCS(false)
624}
625
626func (c *Conn) readChangeCipherSpec() error {
627 return c.readRecordOrCCS(true)

Callers 2

readHandshakeBytesMethod · 0.95
ReadMethod · 0.95

Calls 1

readRecordOrCCSMethod · 0.95

Tested by

no test coverage detected