()
| 347 | type badConnError string |
| 348 | |
| 349 | func (e badConnError) Error() string { return string(e) } |
| 350 | func (e badConnError) Timeout() bool { return true } |
| 351 | func (e badConnError) Temporary() bool { return false } |
| 352 |
no outgoing calls
no test coverage detected