Closed tokers closed 1 year ago
The function ZSTD_initCStream_usingCDict was deprecated since zstd 1.5.0. In such a case, let's use ZSTD_CCtx_reset and ZSTD_CCtx_refCDict instead.
ZSTD_initCStream_usingCDict
1.5.0
ZSTD_CCtx_reset
ZSTD_CCtx_refCDict
This PR fixed the issue https://github.com/tokers/zstd-nginx-module/pull/28.
the warning is no longer displayed with this commit
The function
ZSTD_initCStream_usingCDict
was deprecated since zstd1.5.0
. In such a case, let's useZSTD_CCtx_reset
andZSTD_CCtx_refCDict
instead.This PR fixed the issue https://github.com/tokers/zstd-nginx-module/pull/28.