gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 79/154: fix


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 79/154: fix
Date: Mon, 19 Aug 2019 10:16:31 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 9c8c1e7b4924395f5524e8b6c5023673d064d11f
Author: ng0 <address@hidden>
AuthorDate: Wed Jul 24 16:23:03 2019 +0000

    fix
---
 src/microhttpd/mhd_send.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 9ed2a804..fe6360f3 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -209,7 +209,7 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
     break;
   /* Cork the header. */
   case MHD_SSO_HDR_CORK:
-    want_cork = (buffer_size <= 1024) // && (buffer_size <= 1220);
+    want_cork = (buffer_size <= 1024);
     break;
   }
 

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



reply via email to

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