Searched refs:timeoutError (Results 1 – 1 of 1) sorted by relevance
87 type timeoutError struct{} struct89 func (timeoutError) Error() string { return "tls: DialWithDialer timed out" } argument90 func (timeoutError) Timeout() bool { return true } argument91 func (timeoutError) Temporary() bool { return true } argument118 errChannel <- timeoutError{}