-
Notifications
You must be signed in to change notification settings - Fork 721
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
Decompress gzip content #262
base: master
Are you sure you want to change the base?
Conversation
WBM is applying compression. "gzip;q=0, identity" as accepted-encoding is being ignored, so decompressing retrieved content.
when using this, file urls won't be decoded... |
@grandpa1946 do you have an example? |
sorry, i think it has to do with the windows naming scheme... |
it's kinda annoying because urls will be double encoded, but i can't do anything about that ofcourse |
So there is or isn't an issue? |
i don't think there is, because i think it has the same results as the previous version, sorry that i let you wait. |
Hello, I just tested this wonderful patch and I confirm that it works on ubuntu. |
This PR would become redundant if #267 (comment) is integrated into the code, as Net::HTTP decompresses automagically. |
WBM is applying compression. "gzip;q=0, identity" as accepted-encoding is being ignored, so decompressing retrieved content.
Fixes #259.