Azure / azure-relay-node

☁️Node.js library for Azure Relay Hybrid Connections
https://docs.microsoft.com/en-us/azure/service-bus-relay/relay-what-is-it
MIT License
12 stars 15 forks source link

lib\tunnel.js doesn't send ports and host #15

Open bospoort opened 7 years ago

bospoort commented 7 years ago

Actual Behavior

The sender in hyco-websocket-tunnel doesn't send port and host when it connects. The string concat is commented out on tunnel.js line 82.

Expected Behavior

  1. remove the slashes

Versions