gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 152/154: connection.c: remove dead code.


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 152/154: connection.c: remove dead code.
Date: Mon, 19 Aug 2019 10:17:44 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 39ddaf988f41c50b3a36d6683b4ca3c7e298041d
Author: ng0 <address@hidden>
AuthorDate: Sun Aug 18 11:23:02 2019 +0000

    connection.c: remove dead code.
---
 src/microhttpd/connection.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index ab760e4a..b8e2462b 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3560,9 +3560,9 @@ MHD_connection_handle_idle (struct MHD_Connection 
*connection)
           /* no default action */
           break;
         case MHD_CONNECTION_HEADERS_SENT:
-          /* Some clients may take some actions right after header receive */
-          if (socket_flush_possible (connection))
-            socket_start_no_buffering_flush (connection); /* REMOVE: Dead */
+          /* Some clients may take some actions right after header receive.
+           This is now handled by code in and around mhd_send.c. */
+          break;
 
 #ifdef UPGRADE_SUPPORT
           if (NULL != connection->response->upgrade_handler)

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



reply via email to

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