()
| 981 | } |
| 982 | |
| 983 | func makeDefaultResolver() *net.Resolver { |
| 984 | return net.DefaultResolver |
| 985 | } |
| 986 | |
| 987 | func parseConnectTimeoutSetting(s string) (time.Duration, error) { |
| 988 | timeout, err := strconv.ParseInt(s, 10, 64) |
no outgoing calls
no test coverage detected