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

Fix untracable crashes when URL is not parsable #183

Merged
merged 1 commit into from
Mar 22, 2020
Merged

Fix untracable crashes when URL is not parsable #183

merged 1 commit into from
Mar 22, 2020

Commits on Jan 22, 2020

  1. Fix untracable crashes when URL is not parsable

    Due to NSURL checking compliance with RFC 2396 while parsing the url, sometimes when the URL is not compilant with the RFC it is considered `nil` and code throws this error. The problem is that this error is not caught anywhere, therefore crashing with a very unhelpful stack trace, as seen here: #121
    Palid committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    d4aa2e8 View commit details
    Browse the repository at this point in the history