aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-17 15:37:16 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-17 15:37:16 +0200
commit79309bb6026706229fcb651db8b8b37f4ed12885 (patch)
tree5aca3bd0e53945c8009f7585047f9034f00a95f7 /src/microhttpd/internal.h
parent71f2285bff70ac45ecf846de203016322997f995 (diff)
downloadlibmicrohttpd-79309bb6026706229fcb651db8b8b37f4ed12885.tar.gz
libmicrohttpd-79309bb6026706229fcb651db8b8b37f4ed12885.zip
removing dead semaphore logic
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index a7d3a295..89516d86 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -889,14 +889,6 @@ struct MHD_Connection
889 */ 889 */
890 struct MHD_UpgradeResponseHandle *urh; 890 struct MHD_UpgradeResponseHandle *urh;
891 891
892 /**
893 * If this connection was upgraded and if we are using
894 * #MHD_USE_THREAD_PER_CONNECTION without encryption,
895 * this points to the semaphore we use to signal termination
896 * to the thread handling the connection.
897 */
898 struct MHD_Semaphore *upgrade_sem;
899
900#if HTTPS_SUPPORT 892#if HTTPS_SUPPORT
901 893
902 /** 894 /**