Searched refs:timeoutError (Results 1 – 1 of 1) sorted by relevance
84 type timeoutError struct{} struct86 func (timeoutError) Error() string { return "tls: DialWithDialer timed out" } argument87 func (timeoutError) Timeout() bool { return true } argument88 func (timeoutError) Temporary() bool { return true } argument115 errChannel <- timeoutError{}