Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nextProtoOnce (0.67 sec)

  1. src/net/http/transport.go

    	// when reading from the transport.
    	// If zero, a default (currently 4KB) is used.
    	ReadBufferSize int
    
    	// nextProtoOnce guards initialization of TLSNextProto and
    	// h2transport (via onceSetNextProtoDefaults)
    	nextProtoOnce      sync.Once
    	h2transport        h2Transport // non-nil if http2 wired up
    	tlsNextProtoWasNil bool        // whether TLSNextProto was nil when the Once fired
    
    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