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
If I set a global HTTP_PROXY environment variable on Windows to point to my px proxy, e.g. from a command prompt setx HTTP_PROXY http://127.0.0.1:3128/, px 0.10.0 will use that to connect to the next proxy, causing it to recursively talk to itself.
If I set a global HTTP_PROXY environment variable on Windows to point to my px proxy, e.g. from a command prompt
setx HTTP_PROXY http://127.0.0.1:3128/
, px 0.10.0 will use that to connect to the next proxy, causing it to recursively talk to itself.px 0.9.2 doesn't use those environment variables, so it handles it appropriately.
The text was updated successfully, but these errors were encountered: