aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-24 16:22:07 +0000
committerng0 <ng0@n0.is>2019-07-24 16:22:07 +0000
commit81a47b20ebdbbee16e4650ef1276f653f1f2bf5f (patch)
tree7403be6a0e2c9b510a516ef7444cd5b29fce27d5 /src/microhttpd/mhd_send.c
parentdb64241b24be03e2b20f692413ee74c25031891e (diff)
downloadlibmicrohttpd-81a47b20ebdbbee16e4650ef1276f653f1f2bf5f.tar.gz
libmicrohttpd-81a47b20ebdbbee16e4650ef1276f653f1f2bf5f.zip
buffersize
Diffstat (limited to 'src/microhttpd/mhd_send.c')
-rw-r--r--src/microhttpd/mhd_send.c2
1 files changed, 1 insertions, 1 deletions
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,
209 break; 209 break;
210 /* Cork the header. */ 210 /* Cork the header. */
211 case MHD_SSO_HDR_CORK: 211 case MHD_SSO_HDR_CORK:
212 want_cork = (buffer_size >= 1024) && (buffer_size <= 1220); 212 want_cork = (buffer_size <= 1024) // && (buffer_size <= 1220);
213 break; 213 break;
214 } 214 }
215 215