aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-24 13:33:55 +0000
committerng0 <ng0@n0.is>2019-07-24 13:33:55 +0000
commit3d6e8187a816d1e5f1617604b090c220d5cd4ea5 (patch)
tree4be96694be0e5869df3633ccc15d59f101c3f157 /src/microhttpd
parentcf1206ff78e7e9d0d3e5eab7c05a06ab67cc2d8e (diff)
downloadlibmicrohttpd-3d6e8187a816d1e5f1617604b090c220d5cd4ea5.tar.gz
libmicrohttpd-3d6e8187a816d1e5f1617604b090c220d5cd4ea5.zip
lisp sneeks in.
Diffstat (limited to 'src/microhttpd')
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 02f065a0..3275a3d5 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -463,7 +463,7 @@ sendfile_adapter (struct MHD_Connection *connection)
463#endif /* HAVE_FREEBSD_SENDFILE */ 463#endif /* HAVE_FREEBSD_SENDFILE */
464 464
465 ret = lo_ret; 465 ret = lo_ret;
466 (if 0 > ret) 466 if (0 > ret)
467 { 467 {
468 /* ! could be avoided by redefining the variable. */ 468 /* ! could be avoided by redefining the variable. */
469 have_cork = ! connection->sk_tcp_nodelay_on; 469 have_cork = ! connection->sk_tcp_nodelay_on;