gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 145/154: remove more code.


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 145/154: remove more code.
Date: Mon, 19 Aug 2019 10:17:37 +0200

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

ng0 pushed a commit to branch master
in repository libmicrohttpd.

commit 8e06dbedccb4876b8f86770e0b986c624bf8aaf1
Author: ng0 <address@hidden>
AuthorDate: Fri Aug 2 18:01:26 2019 +0000

    remove more code.
---
 src/microhttpd/connection.c | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 0447525b..5c825b85 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3446,9 +3446,6 @@ MHD_connection_handle_idle (struct MHD_Connection 
*connection)
           if (need_100_continue (connection))
             {
               connection->state = MHD_CONNECTION_CONTINUE_SENDING;
-              if (socket_flush_possible (connection))
-                socket_start_extra_buffering (connection); /* REMOVE: Dead */
-
               break;
             }
           if ( (NULL != connection->response) &&
@@ -3576,9 +3573,6 @@ MHD_connection_handle_idle (struct MHD_Connection 
*connection)
               continue;
             }
           connection->state = MHD_CONNECTION_HEADERS_SENDING;
-          if (socket_flush_possible (connection))
-            socket_start_extra_buffering (connection); /* REMOVE: Dead */
-
           break;
         case MHD_CONNECTION_HEADERS_SENDING:
           /* no default action */
@@ -3613,10 +3607,7 @@ MHD_connection_handle_idle (struct MHD_Connection 
*connection)
               continue;
             }
 #endif /* UPGRADE_SUPPORT */
-          if (socket_flush_possible (connection))
-            socket_start_extra_buffering (connection);  /* REMOVE: Dead */
-          else
-            socket_start_normal_buffering (connection); /* REMOVE: Dead */
+          socket_start_normal_buffering (connection); /* REMOVE: Dead */
 
           if (connection->have_chunked_upload)
             connection->state = MHD_CONNECTION_CHUNKED_BODY_UNREADY;

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



reply via email to

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