commit 6bd44242b3c56faf1e8fa2749b085f44733301a8
parent 0775468aca5642a9e8ffec37fa8a08c239d1c721
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Mon, 19 Nov 2018 23:07:49 +0100
Re-enable dual stack again.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/twister/taler-twister-service.c b/src/twister/taler-twister-service.c
@@ -1638,6 +1638,8 @@ create_response (void *cls,
GNUNET_free (hr->io_buf);
hr->io_buf = json_dumps (hr->json, JSON_COMPACT);
hr->io_len = strlen (hr->io_buf);
+ TALER_LOG_DEBUG ("%s\n",
+ hr->io_buf);
json_decref (hr->json);
}
@@ -2035,7 +2037,7 @@ run (void *cls,
/* start MHD daemon for HTTP */
mhd_daemon = MHD_start_daemon
- (MHD_USE_DEBUG | MHD_ALLOW_SUSPEND_RESUME,
+ (MHD_USE_DEBUG | MHD_ALLOW_SUSPEND_RESUME | MHD_USE_DUAL_STACK,
(uint16_t) port,
NULL, NULL,
&create_response, NULL,