libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 9b4146730b3fab0bfb98ddfd4c8ca3b03c4b9bdb
parent e3aee92d569469c2b7103c1ce1564c01ebd08b3a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 17 Oct 2016 14:07:24 +0200

do not call notify closed twice

Diffstat:
Msrc/microhttpd/daemon.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git 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,