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

[request] Support compression (gzip,brotli) #228

Closed
lord-re opened this issue Oct 2, 2019 · 2 comments · Fixed by #311
Closed

[request] Support compression (gzip,brotli) #228

lord-re opened this issue Oct 2, 2019 · 2 comments · Fixed by #311

Comments

@lord-re
Copy link

lord-re commented Oct 2, 2019

Most http server support compression (deflate, gzip, brotli and some others).

It may be interesting to support it to reduce the required bandwidth as it's often used to frequently poll for news.

@alexdebril
Copy link
Owner

Do you mean compressing the feed produced by feed-io ? Isn't it something already supported by web servers like Nginx and Apache ?

@lord-re
Copy link
Author

lord-re commented Oct 3, 2019

No, i meant when you are fetching a feed with http, adding an "accept-encoding: br" or any other compression method.

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

Successfully merging a pull request may close this issue.

2 participants