-
Notifications
You must be signed in to change notification settings - Fork 63
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
Chunked and encoded gzip not decompressing correctly in streams #96
Comments
I bumped into this today, and I found a work-around: I added I noticed that #157 has merge conflicts; I'd be happy to rebase it onto the latest master if other folks don't think they'll have time. |
@gmacon Yes! I'm super swamped at a new position and haven't/won't have time for a while. Please feel free to repair the pr :) |
Fix decompression for chunked transfers (issue #96)
From #95 specifically #95 (comment)
The gzip module blows and isn't sophisticated enough to decompress streams. Drop it in favour of full zlib.
https://docs.python.org/3/library/zlib.html#zlib.decompress
https://stackoverflow.com/a/22311297
The text was updated successfully, but these errors were encountered: