net/http.http2Transport.maxHeaderListSize (method)

3 uses

	net/http (current package)
		h2_bundle.go#L6635: func (t *http2Transport) maxHeaderListSize() uint32 {
		h2_bundle.go#L7175: 	cc.fr.MaxHeaderListSize = t.maxHeaderListSize()
		h2_bundle.go#L7194: 	if max := t.maxHeaderListSize(); max != 0 {