Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
606
func
(c *Conn) readRecord() error {
607
return
c.readRecordOrCCS(false)
608
}
609
610
func
(c *Conn) readChangeCipherSpec() error {
611
return
c.readRecordOrCCS(true)
Callers
2
readHandshake
Method · 0.95
Read
Method · 0.95
Calls
1
readRecordOrCCS
Method · 0.95
Tested by
no test coverage detected