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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 5350c013..3abd9731 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -947,6 +947,12 @@ struct MHD_Connection
947 * Is the connection wanting to resume? 947 * Is the connection wanting to resume?
948 */ 948 */
949 bool resuming; 949 bool resuming;
950
951 /**
952 * Did the connection just resume? (Means we are generous
953 * in dealing with a full read buffer...).
954 */
955 bool just_resumed;
950}; 956};
951 957
952 958