gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Fixing missing status update afte


From: gnunet
Subject: [libmicrohttpd] branch master updated: Fixing missing status update after 8565e7a8a9e38ae2a2027624cc12c73ef9628f09
Date: Fri, 28 Oct 2022 14:03:06 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new fbb768d9 Fixing missing status update after 
8565e7a8a9e38ae2a2027624cc12c73ef9628f09
fbb768d9 is described below

commit fbb768d9104ddb90ee94c12b5bbcee54fcf72e17
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri Oct 28 15:01:42 2022 +0300

    Fixing missing status update after 8565e7a8a9e38ae2a2027624cc12c73ef9628f09
---
 src/microhttpd/connection.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 6b1ad54e..89955e84 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -5312,6 +5312,7 @@ MHD_connection_epoll_update_ (struct MHD_Connection 
*connection)
     EDLL_insert (daemon->eready_head,
                  daemon->eready_tail,
                  connection);
+    connection->epoll_state |= MHD_EPOLL_STATE_IN_EREADY_EDLL;
   }
 
   if ( (0 == (connection->epoll_state & MHD_EPOLL_STATE_IN_EPOLL_SET)) &&

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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