-
Fix proxy config for binary download · 30724448
In #1725 we started setting `proxy: ''` to defer proxy resolution logic to request. However `request` uses `hasOwnProperty` rather than falsey checks to determine if an option has been set. This caused `request` to believe were configuring a proxy so it didn't do it's own proxy resolution. Fixes #1785 Fixes #1787
xzyfer authored
×