Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
574
type
timeoutError
struct
{}
575
576
func
(timeoutError) Error() string {
return
"tls: DialWithDialer timed out"
}
577
func
(timeoutError) Timeout() bool {
return
true }
578
func
(timeoutError) Temporary() bool {
return
true }
579
Callers
1
Server
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected