Skip to content

Fix ChannelOptions.MaxMessageSize value#10124

Merged
jtattermusch merged 1 commit into
grpc:v1.2.xfrom
jtattermusch:csharp_max_message_size
Mar 13, 2017
Merged

Fix ChannelOptions.MaxMessageSize value#10124
jtattermusch merged 1 commit into
grpc:v1.2.xfrom
jtattermusch:csharp_max_message_size

Conversation

@jtattermusch
Copy link
Copy Markdown
Contributor

@jtattermusch jtattermusch commented Mar 13, 2017

In C core, the value has changed to grpc.max_receive_message_length and now the channel option "grpc.max_message_length" doesn't exist. Reflecting the C core changes in C#.

#define GRPC_ARG_MAX_MESSAGE_LENGTH GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH

@jtattermusch
Copy link
Copy Markdown
Contributor Author

CC @amitwaisel who ran into this.

@jtattermusch
Copy link
Copy Markdown
Contributor Author

@jtattermusch jtattermusch merged commit 38ea603 into grpc:v1.2.x Mar 13, 2017
@lock lock Bot locked as resolved and limited conversation to collaborators Jan 24, 2019
lidizheng pushed a commit to lidizheng/grpc that referenced this pull request Feb 12, 2021
Resolves grpc#10124 indirectly by adding an extra config flag to RequestHeaders through which it is possible for descriptors to be sent on a partial match.

Signed-off-by: Rohan Seth <rohan.seth@salesforce.com>

Mirrored from https://github.com/envoyproxy/envoy @ 77e436f9eb39863a4a425bbca9026c86740b36cd
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants