net/http.HTTP2Config.MaxReceiveBufferPerConnection (field)

3 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