aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index 0796c34e..8484d73f 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -750,6 +750,12 @@ struct MHD_Connection
750 */ 750 */
751 int cipher; 751 int cipher;
752 752
753 /**
754 * Could it be that we are ready to read due to TLS buffers
755 * even though the socket is not?
756 */
757 int tls_read_ready;
758
753#endif 759#endif
754}; 760};
755 761