Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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().
- Loading branch information