libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit eca0f2871b4a4e6d062a7141b1609a2825d7c008
parent cd41be4046bcfce5f61670f76613d4cc04303571
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 25 Jul 2019 14:41:38 +0200

Merge branch 'dev/ng0/gsoc2019' of git+ssh://gnunet.org/libmicrohttpd into dev/ng0/gsoc2019

Diffstat:
Msrc/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 @@ -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; }