1
0
mirror of https://github.com/facebook/zstd.git synced 2025-12-15 16:35:38 +03:00
Files
zstd/tests/zstreamtest.c
Nick Terrell 6d222c437c Set requestedParams in ZSTD_initCStream*()
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.
2018-07-12 18:35:55 -07:00

102 KiB