Lines Matching refs:network
4312 // network connection.
4322 if strings.Contains(str, "use of closed network connection") {
4759 // goroutine since that might block on the network), and updates the
5443 // Assume it's a network race, where they just haven't
6614 DialTLS func(network, addr string, cfg *tls.Config) (net.Conn, error)
7043 func (t *http2Transport) dialTLSDefault(network, addr string, cfg *tls.Config) (net.Conn, error) {
7044 cn, err := tls.Dial(network, addr, cfg)