gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: Hello, in commit 243


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Hello, in commit 243e8fcd6054e4c0d2964b0d4b29e0c15861498d (5 Jun 2017), the definition of MHD_TLS_CONNECTION_INIT was deleted.
Date: Wed, 27 Sep 2017 11:31:20 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 42e4a4b6 Hello, in commit 243e8fcd6054e4c0d2964b0d4b29e0c15861498d (5 
Jun 2017), the definition of MHD_TLS_CONNECTION_INIT was deleted.
42e4a4b6 is described below

commit 42e4a4b6bf9d7765b45df931dc69214524b012bf
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Sep 27 11:30:53 2017 +0200

    Hello, in commit 243e8fcd6054e4c0d2964b0d4b29e0c15861498d (5 Jun 2017),
    the definition of MHD_TLS_CONNECTION_INIT was deleted.
    
    Please find attached a patch.
    
    Regards,
    maru
---
 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";
     }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]