aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection_https.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection_https.c')
-rw-r--r--src/microhttpd/connection_https.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection_https.c b/src/microhttpd/connection_https.c
index fb07deca..79a52b5e 100644
--- a/src/microhttpd/connection_https.c
+++ b/src/microhttpd/connection_https.c
@@ -172,7 +172,7 @@ MHD_run_tls_handshake_ (struct MHD_Connection *connection)
172 connection->tls_state = MHD_TLS_CONN_TLS_FAILED; 172 connection->tls_state = MHD_TLS_CONN_TLS_FAILED;
173#ifdef HAVE_MESSAGES 173#ifdef HAVE_MESSAGES
174 MHD_DLOG (connection->daemon, 174 MHD_DLOG (connection->daemon,
175 _ ("Error: received handshake message out of context\n")); 175 _ ("Error: received handshake message out of context.\n"));
176#endif 176#endif
177 MHD_connection_close_ (connection, 177 MHD_connection_close_ (connection,
178 MHD_REQUEST_TERMINATED_WITH_ERROR); 178 MHD_REQUEST_TERMINATED_WITH_ERROR);