We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a83c8 commit fa6e2e0Copy full SHA for fa6e2e0
src/jsonrpccpp/server/connectors/httpserver.cpp
@@ -55,7 +55,7 @@ bool HttpServer::StartListening() {
55
(MHD_is_feature_supported(MHD_FEATURE_EPOLL) == MHD_YES);
56
const bool has_poll =
57
(MHD_is_feature_supported(MHD_FEATURE_POLL) == MHD_YES);
58
- unsigned int mhd_flags;
+ unsigned int mhd_flags = MHD_USE_DUAL_STACK;
59
60
if (has_epoll)
61
// In MHD version 0.9.44 the flag is renamed to
0 commit comments