gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: default is CORK is ON (at least o


From: gnunet
Subject: [libmicrohttpd] branch master updated: default is CORK is ON (at least on OS X)
Date: Thu, 05 Mar 2020 17:22:46 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new feed888b default is CORK is ON (at least on OS X)
feed888b is described below

commit feed888b908b2929112525d18a9199cc4af8fdca
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Mar 5 17:16:06 2020 +0100

    default is CORK is ON (at least on OS X)
---
 src/microhttpd/daemon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 6ef007c2..77ac1f87 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2510,6 +2510,7 @@ internal_add_connection (struct MHD_Daemon *daemon,
     errno = eno;
     return MHD_NO;
   }
+  connection->sk_cork_on = true; /* default is usually ON */
   connection->pool = MHD_pool_create (daemon->pool_size);
   if (NULL == connection->pool)
   {

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



reply via email to

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