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