gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 9b


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 9b4146730b3fab0bfb98ddfd4c8ca3b03c4b9bdb
Date: Mon, 17 Oct 2016 14:07:29 +0200 (CEST)

The branch, master has been updated
       via  9b4146730b3fab0bfb98ddfd4c8ca3b03c4b9bdb (commit)
      from  e3aee92d569469c2b7103c1ce1564c01ebd08b3a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9b4146730b3fab0bfb98ddfd4c8ca3b03c4b9bdb
Author: Christian Grothoff <address@hidden>
Date:   Mon Oct 17 14:07:24 2016 +0200

    do not call notify closed twice

-----------------------------------------------------------------------

Summary of changes:
 src/microhttpd/daemon.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 2d825f3..556cffa 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1556,11 +1556,6 @@ exit:
       con->response = NULL;
     }
 
-  if (NULL != daemon->notify_connection)
-    con->daemon->notify_connection (daemon->notify_connection_cls,
-                                    con,
-                                    &con->socket_context,
-                                    MHD_CONNECTION_NOTIFY_CLOSED);
   if (MHD_INVALID_SOCKET != con->socket_fd)
     {
       shutdown (con->socket_fd,


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

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