gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/03: MHD_connection_handle_idle(): one mo


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/03: MHD_connection_handle_idle(): one more missing reset of 'connection->in_idle'
Date: Wed, 15 Mar 2017 21:37:41 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 0934cb436b5275931ab92e77ca6f527e3ae62371
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Wed Mar 15 23:01:08 2017 +0300

    MHD_connection_handle_idle(): one more missing reset of 
'connection->in_idle'
---
 src/microhttpd/connection.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index f85ab21b..efbe254d 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3201,6 +3201,7 @@ MHD_connection_handle_idle (struct MHD_Connection 
*connection)
          return MHD_NO;
 #ifdef UPGRADE_SUPPORT
        case MHD_CONNECTION_UPGRADE:
+          connection->in_idle = false;
           return MHD_YES; /* keep open */
 #endif /* UPGRADE_SUPPORT */
        default:

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



reply via email to

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