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

Brotli compress_helper truncates compressed output when input buffer is larger than 1.5MB #962

Closed
epistor opened this issue Nov 9, 2018 · 0 comments

Comments

@epistor
Copy link
Contributor

epistor commented Nov 9, 2018

A bug in the Brotli compress_helper's compress() method results in premature termination of the compressed data when the final getn() or acquire() on the input stream's streambuf returns data exceeding the Brotli library's internal buffer size (about 1.5MB by default).

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

No branches or pull requests

1 participant