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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index 284def22..b90cac8b 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -408,8 +408,8 @@ MHD_send_on_connection_ (struct MHD_Connection *connection,
408#ifdef HTTPS_SUPPORT 408#ifdef HTTPS_SUPPORT
409 using_tls = (0 != (connection->daemon->options & MHD_USE_TLS)); 409 using_tls = (0 != (connection->daemon->options & MHD_USE_TLS));
410#endif 410#endif
411 411 if (! (have_more || using_tls))
412 pre_cork_setsockopt (connection, want_cork); 412 pre_cork_setsockopt (connection, want_cork);
413 413
414 /* 414 /*
415#if TCP_CORK 415#if TCP_CORK