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

Ignore content length checks when the stream is encoded #1077

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

dfordivam
Copy link
Collaborator

@dfordivam dfordivam commented Jun 4, 2024

For tar.xz files the progress bar + length checks works as expected as they are sent by the server without any encoding.

The yaml files are usually gzipped encoded and the progress bar is not shown.

fixes #1055

@hasufell hasufell added this to the 0.1.30.0 milestone Jun 30, 2024
@dfordivam
Copy link
Collaborator Author

this is ready for review

@hasufell hasufell merged commit 921ecab into haskell:master Jul 7, 2024
47 checks passed
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.

Internal downloader throws ContentLengthError
2 participants