net/http.HTTP2Config.MaxReceiveBufferPerConnection (field)

3 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