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

Method readChangeCipherSpec

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

Source from the content-addressed store, hash-verified

608}
609
610func (c *Conn) readChangeCipherSpec() error {
611 return c.readRecordOrCCS(true)
612}
613
614// readRecordOrCCS reads one or more TLS records from the connection and
615// updates the record layer state. Some invariants:

Callers 2

readFinishedMethod · 0.80
readFinishedMethod · 0.80

Calls 1

readRecordOrCCSMethod · 0.95

Tested by

no test coverage detected