Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc-js: Add max message size enforcement #1346

Merged
merged 8 commits into from
Apr 13, 2020

Conversation

murgatroid99
Copy link
Member

This adds max message size enforcement on both the client and the server, configurable with the same channel args that the core uses. Starting to enforce a 4 MB limit by default on received messages could break some people's code, so I bumped the version to 0.8.0.

@murgatroid99 murgatroid99 merged commit 227a35e into grpc:master Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants