var net/http/internal/httpcommon.ErrRequestHeaderListSize
3 uses
net/http/internal/httpcommon (current package)
httpcommon.go#L174: ErrRequestHeaderListSize = errors.New("request header list larger than peer's advertised limit")
httpcommon.go#L390: return res, ErrRequestHeaderListSize
net/http
h2_bundle.go#L10365: http2errRequestHeaderListSize = httpcommon.ErrRequestHeaderListSize
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)