aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-09-27 11:30:53 +0200
committerChristian Grothoff <christian@grothoff.org>2017-09-27 11:30:53 +0200
commit42e4a4b6bf9d7765b45df931dc69214524b012bf (patch)
tree6b2fe5776ff5b8877073f126341a5c0ab46c4768
parentf69ca10dd01da206a174730f8f923d3d3bd61492 (diff)
downloadlibmicrohttpd-42e4a4b6bf9d7765b45df931dc69214524b012bf.tar.gz
libmicrohttpd-42e4a4b6bf9d7765b45df931dc69214524b012bf.zip
Hello, in commit 243e8fcd6054e4c0d2964b0d4b29e0c15861498d (5 Jun 2017),
the definition of MHD_TLS_CONNECTION_INIT was deleted. Please find attached a patch. Regards, maru
-rw-r--r--src/microhttpd/internal.c2
1 files changed, 0 insertions, 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)
77 return "footers sent"; 77 return "footers sent";
78 case MHD_CONNECTION_CLOSED: 78 case MHD_CONNECTION_CLOSED:
79 return "closed"; 79 return "closed";
80 case MHD_TLS_CONNECTION_INIT:
81 return "secure connection init";
82 default: 80 default:
83 return "unrecognized connection state"; 81 return "unrecognized connection state";
84 } 82 }