var golang.org/x/net/internal/httpcommon.ErrRequestHeaderListSize
3 uses
golang.org/x/net/internal/httpcommon (current package)
request.go#L23: ErrRequestHeaderListSize = errors.New("request header list larger than peer's advertised limit")
request.go#L239: return res, ErrRequestHeaderListSize
golang.org/x/net/http2
transport.go#L3084: errRequestHeaderListSize = httpcommon.ErrRequestHeaderListSize
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)