connection.c: remove dead code.

This commit is contained in:
ng0
2019-08-18 11:23:02 +00:00
parent c51869af5a
commit 39ddaf988f
+3 -3
View File
@@ -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)