aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-06-05 21:00:39 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-06-05 22:09:53 +0300
commit730134054bb94b499adf4164c29d5346ff1fdec1 (patch)
treec60e442dd51db13b65b5e81d03a60e396a5cf6e7 /src/microhttpd/internal.h
parent243e8fcd6054e4c0d2964b0d4b29e0c15861498d (diff)
downloadlibmicrohttpd-730134054bb94b499adf4164c29d5346ff1fdec1.tar.gz
libmicrohttpd-730134054bb94b499adf4164c29d5346ff1fdec1.zip
Replace usage of MHD_Connection::tls_closed with MHD_Connection::tls_state
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index be0eb424..eaed1580 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -989,11 +989,6 @@ struct MHD_Connection
989 * even though the socket is not? 989 * even though the socket is not?
990 */ 990 */
991 bool tls_read_ready; 991 bool tls_read_ready;
992
993 /**
994 * TLS layer was shut down?
995 */
996 bool tls_closed;
997#endif /* HTTPS_SUPPORT */ 992#endif /* HTTPS_SUPPORT */
998 993
999 /** 994 /**