aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index c86dadf5..51574113 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1732,6 +1732,8 @@ setup_reply_properties (struct MHD_Connection *connection)
1732 c->keepalive = MHD_CONN_MUST_CLOSE; 1732 c->keepalive = MHD_CONN_MUST_CLOSE;
1733 } 1733 }
1734 } 1734 }
1735 else
1736 use_chunked = false; /* Actually it must not be used without body */
1735 1737
1736 c->rp_props.chunked = use_chunked; 1738 c->rp_props.chunked = use_chunked;
1737 c->rp_props.set = true; 1739 c->rp_props.set = true;