aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 37f38eea..6a88177e 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1080,7 +1080,9 @@ struct MHD_Request
1080 */ 1080 */
1081struct MHD_Reply_Properties 1081struct MHD_Reply_Properties
1082{ 1082{
1083#ifdef _DEBUG
1083 bool set; /**< Indicates that other members are set and valid */ 1084 bool set; /**< Indicates that other members are set and valid */
1085#endif /* _DEBUG */
1084 bool use_reply_body_headers; /**< Use reply body-specific headers */ 1086 bool use_reply_body_headers; /**< Use reply body-specific headers */
1085 bool send_reply_body; /**< Send reply body (can be zero-sized) */ 1087 bool send_reply_body; /**< Send reply body (can be zero-sized) */
1086 bool chunked; /**< Use chunked encoding for reply */ 1088 bool chunked; /**< Use chunked encoding for reply */