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

Handle gzip content encoding #2024

Merged
merged 2 commits into from
Apr 5, 2021
Merged

Handle gzip content encoding #2024

merged 2 commits into from
Apr 5, 2021

Conversation

kitterion
Copy link
Contributor

Fixes #1281

I have a server that responds with gzip encoded content and it breaks coursier because checksums don't match after downloading. I thought I'd fix it here instead of maintaining a locally modified version.

Copy link
Member

@alexarchambault alexarchambault left a comment

Choose a reason for hiding this comment

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

Thanks!

I just pushed an extra commit, to fix minor style-related points.

@kitterion
Copy link
Contributor Author

No worries, I'm not very familiar with scala, thanks for fixing it.

@alexarchambault alexarchambault merged commit a7929ab into coursier:master Apr 5, 2021
@kitterion kitterion deleted the decode-gzip branch April 6, 2021 09:30
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.

Support gzip content encoding
2 participants