Sh template problem
xiaoxiaoranxxx opened this issue · 5 comments
xiaoxiaoranxxx commented
Sh template problem
xiaoxiaoranxxx commented
NHAS commented
That is a very good question, I can replicate this behavior
NHAS commented
Long story short, because the external_address
had no port it hit an edge case which I've now removed by using the net.SplitHostPort
function in the golang stdlib
xiaoxiaoranxxx commented
Thank you for your reply. It turns out that my external_address did not add a port.
NHAS commented
Its also fixed in the main branch/version 2.5.1 so it'll just default to port 80 if non-was specified