We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 557ff5b + 0a6f8d5 commit 7cbe427Copy full SHA for 7cbe427
node-binance-api.js
@@ -687,9 +687,9 @@ let api = function Binance( options = {} ) {
687
} );
688
ws = new WebSocket( stream + endpoint, { agent: agent } );
689
} else if ( httpsproxy !== false ) {
690
- if ( Binance.options.verbose ) Binance.options.log( 'using proxy server ' + agent );
691
let config = url.parse( httpsproxy );
692
let agent = new HttpsProxyAgent( config );
+ if ( Binance.options.verbose ) Binance.options.log( 'using proxy server ' + agent );
693
694
} else {
695
ws = new WebSocket( stream + endpoint );
0 commit comments