boot-http
boot-http copied to clipboard
Correct logging of server port when on HTTPS [minor]
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.