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 b2bd0f6c..da981c80 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1230,7 +1230,7 @@ struct MHD_Connection
1230 * request is incompletely read and it is unclear where is the initial 1230 * request is incompletely read and it is unclear where is the initial
1231 * byte of the next request. 1231 * byte of the next request.
1232 */ 1232 */
1233 bool early_response; 1233 bool discard_request;
1234 1234
1235#if defined(MHD_USE_POSIX_THREADS) || defined(MHD_USE_W32_THREADS) 1235#if defined(MHD_USE_POSIX_THREADS) || defined(MHD_USE_W32_THREADS)
1236 /** 1236 /**