setting the http2.maxHeaderListPairs
Open
feature request
package: @grpc/grpc-js
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 716
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
Is there any way to set the [`maxHeaderListPairs`](https://nodejs.org/api/http2.html#http2createserveroptions-onrequesthandler) for the gRPC server [here](https://github.com/grpc/grpc-node/blob/master/packages/grpc-js/src/server.ts#L401)?
we have a use case related to gradual rollout, when the number of headers gets much higher than the default 128.
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.