zstd-nginx-module icon indicating copy to clipboard operation
zstd-nginx-module copied to clipboard

Nginx modules for the Zstandard compression

Results 19 zstd-nginx-module issues
Sort by recently updated
recently updated
newest added

When serving content-type text/html: this module does not encode zstd by default. It must be added to zstd_types manually. This goes against the expected behaviors like the gzip and brotli...

bug

I would like to use zstd as a dynamic module like brotli, so I can load so `.so` in my nginx.conf. Is that possible?

I really want to enable the zstd module to my nginx_ingress_controller. that I downloaded and installed from [kubernetes/nginx_ingress](https://github.com/kubernetes/ingress-nginx). I doubt what step I took and the results failed me. what...

It should be possible to use a dynamic library (libzstd.so) instead of including the static libzstd.a into the module, it's a lot easier to maintain/upgrade libzstd.so when a new version...

Just to let you know, I included libnginx-mod-http-zstd into my nginx stack on [https://deb.myguard.nl/nginx-modules]( https://deb.myguard.nl/nginx-modules)

``` ./configure --add-dynamic-module=/zstd [ 20s] configuring additional dynamic modules [ 20s] adding module in /zstd [ 20s] ./configure: error: ngx_http_zstd_filter_module can only be linked as an addon. [ 20s] checking...

After using zstd to compress the js file, the code is garbled and the transmission data increases?

By having `text/html` "always compressed" (as it seems `zstd_types` is going to do no matter what I put on that command line) you introduce a persistent BREACH risk to your...

Hi, I would suggest that you register the repo with https://scan.coverity.com/ and https://lgtm.com/ which are both static source code security scanners, free for open-source projects.

Hi! Thanks so much for writing this module! We're very excited to see the community build tooling to help drive adoption of Zstd as an encoding for HTTP. Are you...

enhancement
good first issue