Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package request: nginx-mod-brotli #29816

Open
Logarithmus opened this issue Mar 28, 2021 · 2 comments
Open

Package request: nginx-mod-brotli #29816

Logarithmus opened this issue Mar 28, 2021 · 2 comments
Labels
request Package request

Comments

@Logarithmus
Copy link
Contributor

Logarithmus commented Mar 28, 2021

NGINX module for Brotli compression

Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
https://github.com/google/ngx_brotli

@ericonr ericonr added the request Package request label Apr 4, 2021
@TinfoilSubmarine
Copy link
Contributor

I want to take a stab at this, but I'm waiting to see how the reviews for my PRs for headers-more and the --with-compat nginx change go first.

@TinfoilSubmarine
Copy link
Contributor

I just took a look at the GitHub for ngx_brotli and there hasn't been an official stable release, just a pre-release.

There's an open issue about this with some relatively recent activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request Package request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants