We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
headerFields
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
The text was updated successfully, but these errors were encountered:
Yes and this is causing an infinite recursion for some link, because finalResult and urlConn?.url.toString() is not matching.
finalResult
urlConn?.url.toString()
try with this link https://blog.hotstar.com/how-we-release-every-week-20b40a616988
Sorry, something went wrong.
No branches or pull requests
If there is a reason for this, there should be comments
The text was updated successfully, but these errors were encountered: