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

Add support for following 301/302 redirects on android #86

Merged
merged 1 commit into from
Jun 3, 2016
Merged

Add support for following 301/302 redirects on android #86

merged 1 commit into from
Jun 3, 2016

Conversation

prha
Copy link
Contributor

@prha prha commented May 6, 2016

This is to address the issue outlined in #71, where redirects are not followed in android.

The solution is similar to the one described in the comment section of the issue, but does not recursively call itself on the redirect url (avoids the danger of a stack overflow), and handles both 301/302 status codes.

@johanneslumpe
Copy link
Collaborator

@cjdell got time to test this?

@cjdell cjdell merged commit 2627828 into itinance:master Jun 3, 2016
This pull request was closed.
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.

3 participants