You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
A bug in the Brotli
compress_helper
'scompress()
method results in premature termination of the compressed data when the finalgetn()
oracquire()
on the input stream'sstreambuf
returns data exceeding the Brotli library's internal buffer size (about 1.5MB by default).The text was updated successfully, but these errors were encountered: