aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d71a31c8..c4eb835d 100644
--- a/src/microhttpd/connection_https.c
+++ b/src/microhttpd/connection_https.c
@@ -56,7 +56,7 @@ run_tls_handshake (struct MHD_Connection *connection)
56 { 56 {
57 /* set connection state to enable HTTP processing */ 57 /* set connection state to enable HTTP processing */
58 connection->state = MHD_CONNECTION_INIT; 58 connection->state = MHD_CONNECTION_INIT;
59 return MHD_YES; 59 return MHD_NO;
60 } 60 }
61 if ( (GNUTLS_E_AGAIN == ret) || 61 if ( (GNUTLS_E_AGAIN == ret) ||
62 (GNUTLS_E_INTERRUPTED == ret) ) 62 (GNUTLS_E_INTERRUPTED == ret) )