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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index a562454e..a72a2c06 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2007-2015 Daniel Pittman and Christian Grothoff 3 Copyright (C) 2007-2017 Daniel Pittman and Christian Grothoff
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
@@ -808,7 +808,7 @@ struct MHD_Connection
808 * once we are done sending our response (and stop trying to read 808 * once we are done sending our response (and stop trying to read
809 * from this socket). 809 * from this socket).
810 */ 810 */
811 int read_closed; 811 bool read_closed;
812 812
813 /** 813 /**
814 * Set to `true` if the thread has been joined. 814 * Set to `true` if the thread has been joined.