mirror of
https://github.com/facebook/zstd.git
synced 2025-12-15 16:35:38 +03:00
The correct parameters are used once, but once `ZSTD_resetCStream()` is called the default parameters (level 3) are used. Fix this by setting `requestedParams` in the `ZSTD_initCStream*()` functions. The added tests both fail before this patch and pass after.
102 KiB
102 KiB