net/http.HTTP2Config.MaxReceiveBufferPerConnection (field)

5 uses

	net/http (current package)
		h2_bundle.go#L1169: 	if h2.MaxReceiveBufferPerConnection != 0 {
		h2_bundle.go#L1170: 		conf.MaxUploadBufferPerConnection = int32(h2.MaxReceiveBufferPerConnection)
		http.go#L274: 	MaxReceiveBufferPerConnection int

	golang.org/x/net/http2
		config.go#L150: 	if h2.MaxReceiveBufferPerConnection != 0 {
		config.go#L151: 		conf.MaxUploadBufferPerConnection = int32(h2.MaxReceiveBufferPerConnection)