CrowCpp / Crow

A Fast and Easy to use microframework for the web.
https://crowcpp.org
Other
3.17k stars 350 forks source link

Return correct port if dynamic port allocation is used #901

Closed sandro97git closed 3 days ago

sandro97git commented 1 week ago

Crow allows binding to port 0. If this is used port() should return the port given by the operating system and not 0.

gittiver commented 1 week ago

does not compile due to a typo.

sandro97git commented 1 week ago

thank, it's fixed now.