guzba / mummy

An HTTP and WebSocket server for Nim that returns to the ancient ways of threads.
MIT License
281 stars 11 forks source link

Assume the user wants IPv4 if they do not specify an address #76

Closed finitemonkey closed 1 year ago

finitemonkey commented 1 year ago

This will have the side-effect of making things not work if somebody happens to be using IPv6 only and they also do not specify an address to listen on, so a future enhancement might be to detect that situation and do the right thing in that case too.