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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 3fdc7e5c..8f0e821a 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -400,6 +400,11 @@ struct MHD_Response
400 */ 400 */
401 enum MHD_ResponseFlags flags; 401 enum MHD_ResponseFlags flags;
402 402
403 /**
404 * If the @e fd is a pipe (no sendfile()).
405 */
406 bool is_pipe;
407
403}; 408};
404 409
405 410