aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.c
diff options
context:
space:
mode:
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 b3d29942..1031426d 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 } 209 }
210 } 210 }
211} 211}
212if (MHD_SendSocketOptionsi == 1) 212if (MHD_SendSocketOptions == 1)
213{ 213{
214#ifdef MSG_MORE 214#ifdef MSG_MORE
215 num_bytes = send (s, buffer, buffer_size, MSG_MORE); 215 num_bytes = send (s, buffer, buffer_size, MSG_MORE);