You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a client has max_encoding_message_size set and they attempt to send a message that is larger than the limit they get a Code::Internal error with some h2 errors which don't point out that it was a gRPC error. This should actually return OutOfRange back to the client instead of internal.
The text was updated successfully, but these errors were encountered:
When a client has
max_encoding_message_size
set and they attempt to send a message that is larger than the limit they get aCode::Internal
error with some h2 errors which don't point out that it was a gRPC error. This should actually return OutOfRange back to the client instead of internal.The text was updated successfully, but these errors were encountered: