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

v3rpc: use MaxRecvMsgSize and MaxSendMsgSize to limit msg size #8437

Merged
merged 1 commit into from
Aug 24, 2017

Commits on Aug 22, 2017

  1. v3rpc: limit recv size using MaxRecvMsgSize and send using MaxSendMsg…

    …Size
    
    grpc 1.3 uses MaxMsgSize() to limit received message size. However, grpc 1.4 introduces a 4mb default limit on send message size. In etcd, server shouldn't be limit size of message that it can be sent. Hence, set maximum size of send message using MaxSendMsgSize().
    fanminshi committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    d2ca782 View commit details
    Browse the repository at this point in the history