Created by: pyper
Hey everyone,
This is in regards to an issue I brought up in #915 yesterday. I was having an issue with incorrect port selection and assumed @BadBoy20 might be having the issue too. Anyhow, the problem for me was explicit declaration of the port was not taking precedence over the port implied by the protocol. The unit test I created was failing before I made the fix. Also, I did not check the getPort() function in common.js as it’s only purpose is setting “x-forwarded” headers in web-incoming.js and ws-incoming.js so it seemed out of scope for this issue.
Cheers.