The channel arg `GRPC_ARG_MAX_METADATA_SIZE 
<https://github.com/grpc/grpc/blob/6a10e41db75bd6074bf01a08d260365e44922f04/include/grpc/impl/codegen/grpc_types.h#L292>`
 
serves that purpose.

On Thursday, February 10, 2022 at 12:14:16 PM UTC-8 A M wrote:

> Hello
>
> I am getting this error on a C++ gRPC server. 
> "header list size to send violates the maximum size (4096 bytes) set by 
> server."
> I see this in the gRPC docs at least `
> https://pkg.go.dev/google.golang.org/grpc#WithMaxHeaderListSize` for the 
> golang client and `
> https://pkg.go.dev/google.golang.org/grpc#MaxHeaderListSize` for the 
> golang server.
>
> Is there any equivalent like ServerBuilder.MaxHeaderListSize() in C++?
>
> I appreciate any help you can provide.
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/5e0d98f8-87a6-451a-bc3b-f73cc335643fn%40googlegroups.com.

Reply via email to