gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: go beyond 1k limit


From: gnunet
Subject: [taler-merchant] branch master updated: go beyond 1k limit
Date: Fri, 26 Feb 2021 11:46:26 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new ec273526 go beyond 1k limit
ec273526 is described below

commit ec2735263dbe831c2d59a1f5dbc29f3d21355220
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Feb 26 11:46:24 2021 +0100

    go beyond 1k limit
---
 src/backend/taler-merchant-httpd.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index 702a4b7d..45d7ed07 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1945,7 +1945,8 @@ run (void *cls,
     GNUNET_SCHEDULER_shutdown ();
     return;
   }
-  mhd = MHD_start_daemon (MHD_USE_SUSPEND_RESUME | MHD_USE_DUAL_STACK,
+  mhd = MHD_start_daemon (MHD_USE_SUSPEND_RESUME | MHD_USE_DUAL_STACK
+                          | MHD_USE_AUTO,
                           port,
                           NULL, NULL,
                           &url_handler, NULL,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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