-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Failing on invalid URI #483
Comments
This is a known issue in reqwest and there is an open pull request for it: seanmonstar/reqwest#1399. Sadly very little traction. We might want to support different http clients in the future like isahc, attohttpc, surf, or h2. |
Thanks for letting me know. I'll close this one since there is already an issue open. |
Also related seanmonstar/reqwest#668 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If it encounters an invalid URI, it would be nice if it just returned it as an error instead of failing the entire link check itself.
Further research, it failed on an iframe link. I set it to exclude the link
--exclude www.loom.com --exclude https://www.loom.com --exclude loom.com
but it still picks up in it. The link is valid.The text was updated successfully, but these errors were encountered: