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, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 1ee7e869..5d61705a 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -857,7 +857,7 @@ struct MHD_Connection
857 * processing the footers; once the footers are also done, this will 857 * processing the footers; once the footers are also done, this will
858 * be set to #MHD_NO again (before the final call to the handler). 858 * be set to #MHD_NO again (before the final call to the handler).
859 */ 859 */
860 int have_chunked_upload; 860 bool have_chunked_upload;
861 861
862 /** 862 /**
863 * If we are receiving with chunked encoding, where are we right 863 * If we are receiving with chunked encoding, where are we right