diff options
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r-- | src/microhttpd/internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h index bb9974a9..95314d5d 100644 --- a/src/microhttpd/internal.h +++ b/src/microhttpd/internal.h | |||
@@ -911,6 +911,11 @@ struct MHD_Connection | |||
911 | * even though the socket is not? | 911 | * even though the socket is not? |
912 | */ | 912 | */ |
913 | int tls_read_ready; | 913 | int tls_read_ready; |
914 | |||
915 | /** | ||
916 | * TLS layer was shut down? | ||
917 | */ | ||
918 | int tls_closed; | ||
914 | #endif | 919 | #endif |
915 | 920 | ||
916 | /** | 921 | /** |