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

Detect missing boundary EOF #163

Closed
wants to merge 2 commits into from
Closed

Detect missing boundary EOF #163

wants to merge 2 commits into from

Conversation

hudon
Copy link

@hudon hudon commented Dec 12, 2022

fix #129

This fix looks for a specific error message from textproto which indicates a missing boundary EOF. It's not a super stable solution because textproto may change their error messages, but in the worst case, this fix will fallback on old behavior, so it doesn't break existing behavior.

A more stable solution could be to explicitly detect the missing boundary EOF ourselves.

update module path for the sake of being able to use this module directly
@hudon hudon closed this Dec 12, 2022
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.

Textproto should handle missing boundary in a better way ?
1 participant