net/http.HTTP2Config.MaxReceiveBufferPerStream (field)

5 uses

	net/http (current package)
		h2_bundle.go#L1181: 	if h2.MaxReceiveBufferPerStream != 0 {
		h2_bundle.go#L1182: 		conf.MaxUploadBufferPerStream = int32(h2.MaxReceiveBufferPerStream)
		http.go#L265: 	MaxReceiveBufferPerStream int

	golang.org/x/net/http2
		config_go124.go#L43: 	if h2.MaxReceiveBufferPerStream != 0 {
		config_go124.go#L44: 		conf.MaxUploadBufferPerStream = int32(h2.MaxReceiveBufferPerStream)