max-mapper / websocket-stream

websockets with the node stream API
BSD 2-Clause "Simplified" License
668 stars 114 forks source link

Does not honour HTTP proxy #101

Closed alexellis closed 7 years ago

alexellis commented 7 years ago

This is used in https://github.com/mqttjs/MQTT.js/blob/master/lib/connect/ws.js and it doesn't appear to honour the system level HTTP proxy. Is this a scenario you support or can add support for?

mcollina commented 7 years ago

Either this goes in MQTT.js or in ws. Definitely not here. Open an issue in MQTT.js to track progress.