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

fix: version and type are required by the message format #217

Merged
merged 7 commits into from
Sep 20, 2019

Conversation

seebees
Copy link
Contributor

@seebees seebees commented Sep 18, 2019

resolves #209

The version and type are required values.
This error will help clarify malformed messages.
Especially string messages that have been encoded
and the proper encoding has not been passed.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

@seebees seebees requested a review from a team September 18, 2019 16:57
resolves aws#209

The version and type are required values.
This error will help clarify malformed messages.
Especially string messages that have been encoded
and the proper encoding has not been passed.
@seebees seebees force-pushed the verify_version_and_type branch from 8a91c04 to 5d14443 Compare September 18, 2019 16:57
mattsb42-aws
mattsb42-aws previously approved these changes Sep 20, 2019
@seebees seebees merged commit de30b36 into aws:master Sep 20, 2019
@seebees seebees deleted the verify_version_and_type branch September 20, 2019 00:40
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.

Verify the version and type in deserializeMessageHeader
2 participants