aboutsummaryrefslogtreecommitdiff
path: root/src/lib/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/internal.h')
-rw-r--r--src/lib/internal.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/lib/internal.h b/src/lib/internal.h
index 8d1f22d8..e958d2a5 100644
--- a/src/lib/internal.h
+++ b/src/lib/internal.h
@@ -607,13 +607,6 @@ struct MHD_Request
607 enum MHD_RequestEventLoopInfo event_loop_info; 607 enum MHD_RequestEventLoopInfo event_loop_info;
608 608
609 /** 609 /**
610 * Did we ever call the "default_handler" on this request? (this
611 * flag will determine if we call the #MHD_OPTION_NOTIFY_COMPLETED
612 * handler when the request closes down).
613 */
614 bool client_aware;
615
616 /**
617 * Are we currently inside the "idle" handler (to avoid recursively 610 * Are we currently inside the "idle" handler (to avoid recursively
618 * invoking it). 611 * invoking it).
619 */ 612 */
@@ -801,6 +794,14 @@ struct MHD_Connection
801 bool suspended; 794 bool suspended;
802 795
803 /** 796 /**
797 * Did we ever call the "default_handler" on this request? (this
798 * flag will determine if we call the
799 * #MHD_daemon_set_notify_connection() handler when the connection
800 * closes down).
801 */
802 bool client_aware;
803
804 /**
804 * Are we ready to read from TLS for this connection? 805 * Are we ready to read from TLS for this connection?
805 */ 806 */
806 bool tls_read_ready; 807 bool tls_read_ready;