gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 149/154: connection.c: remove 2 more calls


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 149/154: connection.c: remove 2 more calls of dead code.
Date: Mon, 19 Aug 2019 10:17:41 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit d72f4184e976f9746801bc3a0b7fb083ad8c065b
Author: ng0 <address@hidden>
AuthorDate: Sun Aug 18 10:46:39 2019 +0000

    connection.c: remove 2 more calls of dead code.
---
 src/microhttpd/connection.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 7b630b77..ab760e4a 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3456,9 +3456,6 @@ MHD_connection_handle_idle (struct MHD_Connection 
*connection)
               MHD_STATICSTR_LEN_ (HTTP_100_CONTINUE))
             {
               connection->state = MHD_CONNECTION_CONTINUE_SENT;
-              if (socket_flush_possible (connection))
-                socket_start_no_buffering_flush (connection); /* REMOVE: Dead 
*/
-
               continue;
             }
           break;
@@ -3688,9 +3685,6 @@ MHD_connection_handle_idle (struct MHD_Connection 
*connection)
            /* FIXME: maybe partially reset memory pool? */
            continue;
          }
-          if (socket_flush_possible (connection))
-            socket_start_no_buffering_flush (connection); /* REMOVE: Dead */
-
           MHD_destroy_response (connection->response);
           connection->response = NULL;
           if ( (NULL != daemon->notify_completed) &&

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



reply via email to

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