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

core(network-request): recognize zstd compression algorithm #15883

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

selfisekai
Copy link
Contributor

Summary

bugfix

chromium M123 adds zstd content-encoding. lighthouse checks a list of compression algorithms to see if a response was compressed.

Related Issues/PRs

closes #15882

Copy link
Collaborator

@connorjclark connorjclark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, and appreciate the test!

@connorjclark connorjclark changed the title core(fix): recognize zstd as a compression algorithm core(network-request): recognize zstd as a compression algorithm Mar 25, 2024
@connorjclark connorjclark changed the title core(network-request): recognize zstd as a compression algorithm core(network-request): recognize zstd compression algorithm Mar 25, 2024
@connorjclark connorjclark merged commit fb7b2d7 into GoogleChrome:main Mar 25, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zstd not recognized as compression (new in M123)
4 participants