net/http/internal/httpcommon.EncodeHeadersParam.PeerMaxHeaderListSize (field)

4 uses

	net/http/internal/httpcommon (current package)
		httpcommon.go#L198: 	PeerMaxHeaderListSize uint64
		httpcommon.go#L382: 	if param.PeerMaxHeaderListSize > 0 {
		httpcommon.go#L389: 		if hlSize > param.PeerMaxHeaderListSize {

	net/http
		h2_bundle.go#L8919: 		PeerMaxHeaderListSize: peerMaxHeaderListSize,