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 64f3c65c..ae63e79c 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1553,6 +1553,12 @@ struct MHD_Daemon
1553 */ 1553 */
1554 unsigned int num_tls_read_ready; 1554 unsigned int num_tls_read_ready;
1555 1555
1556 /**
1557 * Indicate that some TLS connection(s) have received data pending in
1558 * TLS buffers.
1559 */
1560 bool has_tls_recv_ready;
1561
1556#endif /* HTTPS_SUPPORT */ 1562#endif /* HTTPS_SUPPORT */
1557 1563
1558#ifdef DAUTH_SUPPORT 1564#ifdef DAUTH_SUPPORT