()
| 102 | func (timeoutError) Error() string { return "tls: DialWithDialer timed out" } |
| 103 | func (timeoutError) Timeout() bool { return true } |
| 104 | func (timeoutError) Temporary() bool { return true } |
| 105 | |
| 106 | // DialWithDialer connects to the given network address using dialer.Dial and |
| 107 | // then initiates a TLS handshake, returning the resulting TLS connection. Any |
nothing calls this directly
no outgoing calls
no test coverage detected