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 ddc60d85..e894fe24 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1823,7 +1823,9 @@ setup_reply_properties (struct MHD_Connection *connection)
1823 use_chunked = false; /* chunked encoding cannot be used without body */ 1823 use_chunked = false; /* chunked encoding cannot be used without body */
1824 1824
1825 c->rp.props.chunked = use_chunked; 1825 c->rp.props.chunked = use_chunked;
1826#ifdef _DEBUG
1826 c->rp.props.set = true; 1827 c->rp.props.set = true;
1828#endif /* _DEBUG */
1827} 1829}
1828 1830
1829 1831