var google.golang.org/grpc/internal/transport.ErrHeaderListSizeLimitViolation
3 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L60: ErrHeaderListSizeLimitViolation = status.Error(codes.Internal, "transport: trying to send header list size larger than the limit set by peer")
http2_server.go#L1007: return ErrHeaderListSizeLimitViolation
http2_server.go#L1074: return ErrHeaderListSizeLimitViolation
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)