Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
622
func
(c *Conn) readRecord() error {
623
return
c.readRecordOrCCS(false)
624
}
625
626
func
(c *Conn) readChangeCipherSpec() error {
627
return
c.readRecordOrCCS(true)
Callers
2
readHandshakeBytes
Method · 0.95
Read
Method · 0.95
Calls
1
readRecordOrCCS
Method · 0.95
Tested by
no test coverage detected