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

Method Error

tls.go:576–576  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

574type timeoutError struct{}
575
576func (timeoutError) Error() string { return "tls: DialWithDialer timed out" }
577func (timeoutError) Timeout() bool { return true }
578func (timeoutError) Temporary() bool { return true }
579

Callers 1

ServerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected