• A
    fix: infinite proxy loop (#4676) · 00348088
    Asher 提交于
    I think the problem is that when a proxy is not in use proxy-agent
    returns the global agent...which is itself since we set it globally,
    causing the loop.
    
    VS Code already covers proxies meaning we only need to do it in our own
    requests so to fix this pass in the agent in the version fetch request
    instead of overidding globally.
    
    Also avoid proxy-from-env and pass in the proxy URI instead as both
    http_proxy and https_proxy can be used for either http or https requests
    but it does not allow that.
    00348088
entry.ts 2.3 KB