net/http.HTTP2Config.MaxReceiveBufferPerConnection (field)

5 uses

	net/http (current package)
		h2_bundle.go#L1178: 	if h2.MaxReceiveBufferPerConnection != 0 {
		h2_bundle.go#L1179: 		conf.MaxUploadBufferPerConnection = int32(h2.MaxReceiveBufferPerConnection)
		http.go#L259: 	MaxReceiveBufferPerConnection int

	golang.org/x/net/http2
		config_go124.go#L40: 	if h2.MaxReceiveBufferPerConnection != 0 {
		config_go124.go#L41: 		conf.MaxUploadBufferPerConnection = int32(h2.MaxReceiveBufferPerConnection)