Skip to content

Conversation

stanley-cheung
Copy link
Collaborator

Fixes #881

Added error handling on a few categories of errors:

  1. Incomplete response - receive a valid beginning of a grpc-web frame (i.e. receive the frame length), but never receive the full rest of the frame.

  2. Invalid protobuf payload - receive a valid and complete grpc-web frame, but the protobuf fails to deserialize properly.

  3. Invalid grpc-web frame - receive an invalid grpc-web frame that fails to parse to the grpc-web wire format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

silent fails on invalid deserialization
1 participant