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

Method Temporary

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

Source from the content-addressed store, hash-verified

199func (e *permanentError) Unwrap() error { return e.err }
200func (e *permanentError) Timeout() bool { return e.err.Timeout() }
201func (e *permanentError) Temporary() bool { return false }
202
203func (hc *halfConn) setErrorLocked(err error) error {
204 if e, ok := err.(net.Error); ok {

Callers 1

readRecordOrCCSMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected