boot-http icon indicating copy to clipboard operation
boot-http copied to clipboard

Correct logging of server port when on HTTPS [minor]

Open binarykitchen opened this issue 7 years ago • 0 comments
trafficstars

Just a minor issue. Wrong logging of server port when on HTTPS which made me open the site with the wrong port number in the browser and confused me.

That line https://github.com/pandeiro/boot-http/blob/master/src/pandeiro/boot_http.clj#L96

prints

https://localhost:3000

when you actually should be printing 3443 for the default port when on HTTPS.

binarykitchen avatar May 08 '18 00:05 binarykitchen