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

fix: Temporarily disable serving compressed index file. #24657

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

bdolgov
Copy link

@bdolgov bdolgov commented Nov 5, 2024

express-static-gzip does not handle redirects with custom base URLs properly. As index.html file is only 5KB, compression is not critical for it.

This is a temporary workaround for #24654, while I am working on a proper fix.

express-static-gzip does not handle redirects with custom base URLs
properly. As index.html file is only 5KB, compression is not critical
for it.
@Koenkk Koenkk merged commit 7267d27 into Koenkk:dev Nov 6, 2024
11 checks passed
@Koenkk
Copy link
Owner

Koenkk commented Nov 6, 2024

Thanks!

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 this pull request may close these issues.

2 participants