aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_send.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-25 20:10:39 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-25 20:10:39 +0200
commit6a9e9a52f3c505b875391f7fcc7a29860344130a (patch)
tree4a489ef3fb3bcc066681b41b87c3f39317c379d7 /src/microhttpd/mhd_send.c
parent78d30bd5827eeaffdfb5906a4afedb48868aceac (diff)
downloadlibmicrohttpd-6a9e9a52f3c505b875391f7fcc7a29860344130a.tar.gz
libmicrohttpd-6a9e9a52f3c505b875391f7fcc7a29860344130a.zip
show not tell
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