Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasCustomTLSDialer (0.13 sec)

  1. src/net/http/transport.go

    //
    // We name it with the "h2" prefix to stay out of the "http2" prefix
    // namespace used by x/tools/cmd/bundle for h2_bundle.go.
    type h2Transport interface {
    	CloseIdleConnections()
    }
    
    func (t *Transport) hasCustomTLSDialer() bool {
    	return t.DialTLS != nil || t.DialTLSContext != nil
    }
    
    var http2client = godebug.New("http2client")
    
    // onceSetNextProtoDefaults initializes TLSNextProto.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
Back to top