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
Currently, ZstdCompressor allows compressing more than one frame. .flush(FLUSH_FRAME) does not prevent further use of the compressor. This can be convenient, but is different from other compressors in the stdlib.
The text was updated successfully, but these errors were encountered:
Currently,
ZstdCompressor
allows compressing more than one frame..flush(FLUSH_FRAME)
does not prevent further use of the compressor. This can be convenient, but is different from other compressors in the stdlib.The text was updated successfully, but these errors were encountered: