You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reqwest was recently updated. It's likely that its internal
implementation changes lead to it now reports a different error when
connecting to an non-existing domain. The casting to `ResolveError`
(`as_dns_error`) no longer works.
This commit add a final check to see whether the error is a connecting
error, and report the error as 'NonExistingSiteError' accordingly.
0 commit comments