splitice / ngx_brunzip_module

For brotli what ngx_gunzip_module is for gzip
Other
4 stars 1 forks source link

not work with latest brotli #2

Open Vladislavik opened 2 years ago

Vladislavik commented 2 years ago

hi, can you check, module not work with latest brotli, also i have tried with brotli @ f83aa51, and have proxy_cache with br compresed files, but when i ask file only with gzip supported client, nginx return blank responce

splitice commented 2 years ago

Currently unmaintained due to low priority and difficulty. PR welcome.

Vladislavik commented 2 years ago

maybe i can be a sponsor of developing, realy need this module =) no other modules like it on github or google

splitice commented 2 years ago

I'm not sure I'm the right person for the job.

Part of the reason this module is in the "too hard" basket is that nginx filters are incredibly difficult (and the core developers non supportive).

I personally and professionally have little interest in this module and only a moderate knowledge of the nginx API (I've done simpler modules, but had little luck with this - a filter module). I don't want to take your money and then be not able to deliver something of a suitable quality.

I'd happily accept a PR with improvements if you engaged someone (and if that work led to improvements making this usable - support it).

hheexx commented 2 years ago

I also need this. @splitice have you looked at gunzip module? Shouldn't it be just small modification to that module?

clyfish commented 1 year ago

@hheexx @Vladislavik Could you help me to test my ngx_unbrotli module? https://github.com/clyfish/ngx_unbrotli

Vladislavik commented 1 year ago

@hheexx @Vladislavik Could you help me to test my ngx_unbrotli module? https://github.com/clyfish/ngx_unbrotli

Ok will try. Will it unpack responces from nginx proxy cache stored in br?

clyfish commented 1 year ago

@hheexx @Vladislavik Could you help me to test my ngx_unbrotli module? https://github.com/clyfish/ngx_unbrotli

Ok will try. Will it unpack responces from nginx proxy cache stored in br?

I've tested my ngx_unbrotli module with proxy_cache, and it works.

splitice commented 1 year ago

@clyfish interesting I might take a look too.

tzukav commented 1 year ago

Any problem with @clyfish's ngx_unbrotli, guys? I want to use it in production with proxy cache and a lot of requests

clyfish commented 1 year ago

Any problem with @clyfish's ngx_unbrotli, guys? I want to use it in production with proxy cache and a lot of requests

I have used my ngx_unbrotli in production for several months.