golang.org/x/net/internal/httpcommon.EncodeHeadersParam.PeerMaxHeaderListSize (field)

4 uses

	golang.org/x/net/internal/httpcommon (current package)
		request.go#L47: 	PeerMaxHeaderListSize uint64
		request.go#L231: 	if param.PeerMaxHeaderListSize > 0 {
		request.go#L238: 		if hlSize > param.PeerMaxHeaderListSize {

	golang.org/x/net/http2
		transport.go#L1639: 		PeerMaxHeaderListSize: peerMaxHeaderListSize,