gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-twister] 01/02: Undoing the use of "dual stack" at M


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] 01/02: Undoing the use of "dual stack" at MHD.
Date: Fri, 28 Sep 2018 15:24:35 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository twister.

commit 0e249e8afd22100e21f6fa8882d7b7a377531bdf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 28 14:43:06 2018 +0200

    Undoing the use of "dual stack" at MHD.
---
 src/twister/taler-twister-service.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/twister/taler-twister-service.c 
b/src/twister/taler-twister-service.c
index ac9c2ae..da24b65 100644
--- a/src/twister/taler-twister-service.c
+++ b/src/twister/taler-twister-service.c
@@ -1406,11 +1406,9 @@ create_response (void *cls,
                       "%s%s",
                       target_server_base_url,
                       hr->url);
-
       curl_easy_setopt (hr->curl,
                        CURLOPT_URL,
                        curlurl);
-
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   "Forwarding request to: %s\n",
                   curlurl);
@@ -2032,7 +2030,7 @@ run (void *cls,
 
   /* start MHD daemon for HTTP */
   mhd_daemon = MHD_start_daemon
-    (MHD_USE_DEBUG | MHD_ALLOW_SUSPEND_RESUME | MHD_USE_DUAL_STACK,
+    (MHD_USE_DEBUG | MHD_ALLOW_SUSPEND_RESUME,
      (uint16_t)  port,
      NULL, NULL,
      &create_response, NULL,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]