>From 76a92aa13ed88f47b3c61593ae5cf764de5d7f0d Mon Sep 17 00:00:00 2001 From: maru Date: Wed, 27 Sep 2017 11:15:07 +0200 Subject: [PATCH] Delete MHD_TLS_CONNECTION_INIT --- src/microhttpd/internal.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c index 966f5621..d6c08967 100644 --- a/src/microhttpd/internal.c +++ b/src/microhttpd/internal.c @@ -77,8 +77,6 @@ MHD_state_to_string (enum MHD_CONNECTION_STATE state) return "footers sent"; case MHD_CONNECTION_CLOSED: return "closed"; - case MHD_TLS_CONNECTION_INIT: - return "secure connection init"; default: return "unrecognized connection state"; } -- 2.13.5