net/http.HTTP2Config.MaxReadFrameSize (field)

5 uses

	net/http (current package)
		h2_bundle.go#L1175: 	if h2.MaxReadFrameSize != 0 {
		h2_bundle.go#L1176: 		conf.MaxReadFrameSize = uint32(h2.MaxReadFrameSize)
		http.go#L253: 	MaxReadFrameSize int

	golang.org/x/net/http2
		config_go124.go#L37: 	if h2.MaxReadFrameSize != 0 {
		config_go124.go#L38: 		conf.MaxReadFrameSize = uint32(h2.MaxReadFrameSize)