libhttpserver only support either ipv4 OR ipv6.
It would be nice to have support for both at the same time (dualstack).
proposed fix:
webserver.cpp:313;
use MHD_USE_DUAL_STACK instead of MHD_USE_IPv6 or add a new option for dual stack.
(thanks to my colleague for researching this.)
libhttpserver only support either ipv4 OR ipv6.
It would be nice to have support for both at the same time (dualstack).
proposed fix:
webserver.cpp:313;
use MHD_USE_DUAL_STACK instead of MHD_USE_IPv6 or add a new option for dual stack.
(thanks to my colleague for researching this.)