Skip to content

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