net/http.http2Transport.MaxHeaderListSize (field)

7 uses

	net/http (current package)
		h2_bundle.go#L6601: 	MaxHeaderListSize uint32
		h2_bundle.go#L6636: 	if t.MaxHeaderListSize == 0 {
		h2_bundle.go#L6639: 	if t.MaxHeaderListSize == 0xffffffff {
		h2_bundle.go#L6642: 	return t.MaxHeaderListSize
		transport.go#L411: 	if limit1 := t.MaxResponseHeaderBytes; limit1 != 0 && t2.MaxHeaderListSize == 0 {
		transport.go#L414: 			t2.MaxHeaderListSize = h2max
		transport.go#L416: 			t2.MaxHeaderListSize = uint32(limit1)