net/http.HTTP2Config.MaxReadFrameSize (field)

5 uses

	net/http (current package)
		h2_bundle.go#L1166: 	if h2.MaxReadFrameSize != 0 {
		h2_bundle.go#L1167: 		conf.MaxReadFrameSize = uint32(h2.MaxReadFrameSize)
		http.go#L268: 	MaxReadFrameSize int

	golang.org/x/net/http2
		config.go#L147: 	if h2.MaxReadFrameSize != 0 {
		config.go#L148: 		conf.MaxReadFrameSize = uint32(h2.MaxReadFrameSize)