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
@JasonHonor Thanks for the bug report. It seems that ureq by default tries to detect if a proxy is needed by checking the environment settings (proxy::try_from_env()), however, it assumes that the string passed (by HTTPS_PROXY or any other proyxy env settings) is a correct URI.. It doesn't check if this URI is invalid:
I've added a PR to their repo with a fix. Hopefully they will merge it:
ureq_impl.rs:24
cause panic while starting when there had an empty "https_proxy" env on manjaro linux with "ureq-3.0.3/src/proxy.rs:87:44"
The text was updated successfully, but these errors were encountered: