mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[Python] output_buffer_limit is not fully respected
#567
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @illia-v on GitHub (Nov 23, 2025).
Version 1.2.0 added
output_buffer_limit– "If set, the output buffer will not grow once its size equal or exceeding that value."While it does usually prevent decompressing the whole data at once, the output size is not limited by it.
@illia-v commented on GitHub (Nov 23, 2025):
FYI, brotlicffi v1.2.0.0 built on top of this library outputs the exact requested amount of bytes
https://github.com/python-hyper/brotlicffi/pull/207