gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/02: MHD_connection_handle_idle(): added


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/02: MHD_connection_handle_idle(): added reset of 'in_idle'. Just for clarity and readability.
Date: Mon, 29 May 2017 20:41:24 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 82b66cc5d91dc2da87b643d72ea342be24465111
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon May 29 20:53:06 2017 +0300

    MHD_connection_handle_idle(): added reset of 'in_idle'. Just for clarity 
and readability.
---
 src/microhttpd/connection.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 2db85685..1be9d4fd 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3342,6 +3342,7 @@ MHD_connection_handle_idle (struct MHD_Connection 
*connection)
           continue;
         case MHD_CONNECTION_CLOSED:
          cleanup_connection (connection);
+          connection->in_idle = false;
          return MHD_NO;
 #ifdef UPGRADE_SUPPORT
        case MHD_CONNECTION_UPGRADE:

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



reply via email to

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