pandeiro / boot-http

A simple HTTP serve task for the Boot build tool
62 stars 34 forks source link

Correct logging of server port when on HTTPS [minor] #72

Open binarykitchen opened 6 years ago

binarykitchen commented 6 years ago

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.