aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-03 00:23:02 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-03 00:24:16 +0200
commiteb21a977d2b41628c4228ca097b24168574850d9 (patch)
tree0a562ca3e99c1dfd7a638c6d71f3c32bb3c7305e /src/microhttpd/internal.h
parent8586d91913dcbc728a90d7c1ec9c88cdc3b8258e (diff)
downloadlibmicrohttpd-eb21a977d2b41628c4228ca097b24168574850d9.tar.gz
libmicrohttpd-eb21a977d2b41628c4228ca097b24168574850d9.zip
fix #7757
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 581f6864..56657e19 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1576,6 +1576,13 @@ struct MHD_Connection
1576 bool suspended; 1576 bool suspended;
1577 1577
1578 /** 1578 /**
1579 * Are we currently in the #MHD_AccessHandlerCallback
1580 * for this connection (and thus eligible to receive
1581 * calls to #MHD_queue_response()?).
1582 */
1583 bool in_access_handler;
1584
1585 /**
1579 * Is the connection wanting to resume? 1586 * Is the connection wanting to resume?
1580 */ 1587 */
1581 volatile bool resuming; 1588 volatile bool resuming;