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

unshortUrl makes calls to headerFields and doesn't use the result #6

Open
afollestad opened this issue Nov 26, 2018 · 1 comment
Open

Comments

@afollestad
Copy link
Contributor

        var urlConn = connectURL(url)
        urlConn.headerFields

        var finalResult = urlConn.url.toString()

        urlConn = connectURL(finalResult)
        urlConn.headerFields

If there is a reason for this, there should be comments

@naushad-madakiya
Copy link

naushad-madakiya commented Aug 4, 2019

Yes and this is causing an infinite recursion for some link, because finalResult and urlConn?.url.toString() is not matching.

try with this link https://blog.hotstar.com/how-we-release-every-week-20b40a616988

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