Skip to content

Do not fail silently when unpacking large messages #504

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

Closed
wants to merge 2 commits into from

Conversation

hauntsaninja
Copy link
Contributor

@hauntsaninja hauntsaninja commented Apr 26, 2022

Fixes #503

Raising ValueError matches the behaviour of the pure Python version.
I'm not sure that this is the best place to raise this message; it might
make more sense when reading headers or in append_buffer or
something. It's also possible that we want to raise BufferFull instead
of ValueError.

Fixes msgpack#503

Raising ValueError matches the behaviour of the pure Python version.
I'm not sure that this is the best place to raise this message; it might
make more sense when reading headers or in `append_buffer` or
something. It's also possible that we want to raise BufferFull instead
of ValueError.
@hauntsaninja hauntsaninja force-pushed the unpackbig branch 3 times, most recently from 9dfe12b to 5374110 Compare April 26, 2022 07:12
@hauntsaninja
Copy link
Contributor Author

#505 to fix the CI failure

@methane methane closed this May 24, 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.

Default max_buffer_size causes silent failures when streaming
2 participants