gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 78/154: buffersize


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 78/154: buffersize
Date: Mon, 19 Aug 2019 10:16:30 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 81a47b20ebdbbee16e4650ef1276f653f1f2bf5f
Author: ng0 <address@hidden>
AuthorDate: Wed Jul 24 16:22:07 2019 +0000

    buffersize
---
 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 6ead1d6c..9ed2a804 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) // && (buffer_size <= 1220);
     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]