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

Support of Gzip compression #10

Closed
xp-vit opened this issue Feb 5, 2017 · 1 comment
Closed

Support of Gzip compression #10

xp-vit opened this issue Feb 5, 2017 · 1 comment

Comments

@xp-vit
Copy link

xp-vit commented Feb 5, 2017

Currently volley doesn't support gzip decompression. There is a lot of different implementations based on GZIPInputStream in internet. Shouldn't this be a part of API and be available by default?

@jpd236
Copy link
Collaborator

jpd236 commented Feb 6, 2017

As noted at https://groups.google.com/forum/#!topic/volley-users/7J39Thi8UOI/discussion:

Both the Apache and HttpURLConnection clients should handle this for you (which is why you don't see code explicitly handling it in Volley).

Feel free to follow up there if you suspect an issue, but the HTTP stacks bundled with Volley's toolbox should support this without you explicitly doing anything.

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

No branches or pull requests

2 participants