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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/33c24270-8891-4ee3-9580-b9bb1c9081cfn%40googlegroups.com.
