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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index ae63e79c..d92f76a1 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -752,6 +752,14 @@ struct MHD_Connection
752 */ 752 */
753 uint64_t response_write_position; 753 uint64_t response_write_position;
754 754
755#if LINUX
756 enum MHD_resp_sender_
757 {
758 MHD_resp_sender_std = 0,
759 MHD_resp_sender_sendfile
760 } resp_sender;
761#endif /* LINUX */
762
755 /** 763 /**
756 * Position in the 100 CONTINUE message that 764 * Position in the 100 CONTINUE message that
757 * we need to send when receiving http 1.1 requests. 765 * we need to send when receiving http 1.1 requests.