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

Allow decompress Brotli responses automatically #11601

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

lontivero
Copy link
Collaborator

Fixes #11600

@lontivero lontivero marked this pull request as ready for review September 28, 2023 14:57
Copy link
Collaborator

@turbolay turbolay left a comment

Choose a reason for hiding this comment

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

tACK, even if it would be good to also fix for old clients

Copy link
Collaborator

@adamPetho adamPetho left a comment

Choose a reason for hiding this comment

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

tACK, no more Newtonsoft expection 🎉

@lontivero
Copy link
Collaborator Author

@turbolay I've opened a request for maintenance to disable brotli on backend servers too, what should fix the problem for old clients. However that should be temporary because brotli is a more efficient compression method for a web api in general.

@lontivero lontivero merged commit b90db15 into WalletWasabi:master Sep 28, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some http response come encoded as Brotli
3 participants