Lines Matching refs:network
3370 // network connection.
3377 if strings.Contains(str, "use of closed network connection") {
3723 // goroutine since that might block on the network), and updates the
5415 DialTLS func(network, addr string, cfg *tls.Config) (net.Conn, error)
5785 func (t *http2Transport) dialTLSDefault(network, addr string, cfg *tls.Config) (net.Conn, error) {
5786 cn, err := tls.Dial(network, addr, cfg)