-
Notifications
You must be signed in to change notification settings - Fork 34
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
HttpOpener shall be able to handle GZIP encoding #511
Comments
Working on it I noticed metafacture-core/metafacture-io/src/test/java/org/metafacture/io/HttpOpenerTest.java Line 259 in 52e4141
This seems invalid because:
(https://stackoverflow.com/questions/17154967/is-content-encoding-being-set-to-utf-8-invalid) [EDIT] there seems a principal misunderstanding of |
- follows redirects - fixes misconception of "Content-Encoding"
HttpOpener
, akadecode-html
when speakingflux
, is not able to decodegzip
ed data atm.This was discovered by @TobiasNx failing to lookup schema.org .
The text was updated successfully, but these errors were encountered: