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

Why not also support deflate encoding? #114

Open
corupta opened this issue Nov 21, 2018 · 1 comment
Open

Why not also support deflate encoding? #114

corupta opened this issue Nov 21, 2018 · 1 comment

Comments

@corupta
Copy link

corupta commented Nov 21, 2018

Hi, why not also support deflate encoding,

let's say that I have a file ending with .zz instead of .br and .gz and if the accept encodings permit I'd like to send it with deflate encoding.

I can create a PR, but does this not make sense?

Do browsers that support deflate but not gzip exists?

@tracker1
Copy link

@corupta The deflate protocol has some varying and broken implementations across different clients and is unpredictable. gzip is a very similar algorithm and is well supported. If you're doing ahead of time compression, then brotli is probably your best choice. To my knowledge there are no current browsers that support deflate that do not support gzip.

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

No branches or pull requests

2 participants