gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 03/05: thread_main_handle_connection(): upd


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 03/05: thread_main_handle_connection(): update states of connection after resume
Date: Sun, 14 May 2017 14:11:21 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 76cbe3d3b3fc85f3584fa846f5fafeeacfe16882
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun May 14 14:44:15 2017 +0300

    thread_main_handle_connection(): update states of connection after resume
---
 src/microhttpd/daemon.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 9a3409a2..540dc7ea 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1878,6 +1878,8 @@ thread_main_handle_connection (void *data)
       if (was_suspended)
         {
           MHD_update_last_activity_ (con); /* Reset timeout timer. */
+          /* Process response queued during suspend and update states. */
+          MHD_connection_handle_idle (con);
           was_suspended = false;
         }
 

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



reply via email to

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