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

Deliver compressed files, when the request has Accept-Encoding: gzip, deflate, br #2481

Open
dilyanpalauzov opened this issue Mar 17, 2024 · 0 comments
Labels
bug Something isn't working main ui Main UI

Comments

@dilyanpalauzov
Copy link

When requesting a web page, the browser sends the header Accept-Encoding: gzip, deflate, br. The web server can then reduce the transferred data, by returning compressed files and the header Content-Encoding:.

As shown at #1432 the server does generate gz files, but these are not returned when the request has the Accept-Encoding: gzip, deflate, br header in OH 4.1.1. The files are returned, when the request URI ends in .gz.

@dilyanpalauzov dilyanpalauzov added bug Something isn't working main ui Main UI labels Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working main ui Main UI
Projects
None yet
Development

No branches or pull requests

1 participant