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
It is a bit not clear whether encoder has own internal buffer like C library.
This panic happens when I feed empty next_out_array slice, and want to use BrotliEncoderTakeOutput result to write data without using own temporarely storage.
So just wanted to clarify if BrotliEncoderCompressStream can be used with empty next_out_array
P.s. it also seem to happen only when I push multiple chunks
The text was updated successfully, but these errors were encountered:
DoumanAsh
changed the title
BrotliEncoderCompressStream with empty output results in BrotliEncoderTakeOutput panic
BrotliEncoderCompressStream with empty output causes BrotliEncoderTakeOutput to panic
Dec 31, 2019
It is a bit not clear whether encoder has own internal buffer like C library.
This panic happens when I feed empty
next_out_array
slice, and want to useBrotliEncoderTakeOutput
result to write data without using own temporarely storage.So just wanted to clarify if
BrotliEncoderCompressStream
can be used with emptynext_out_array
P.s. it also seem to happen only when I push multiple chunks
The text was updated successfully, but these errors were encountered: