diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index 97fbd2d2..8f2c9bca 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -2591,7 +2591,7 @@ MHD_queue_response (struct MHD_Connection *connection, | |||
2591 | connection->read_closed = MHD_YES; | 2591 | connection->read_closed = MHD_YES; |
2592 | connection->state = MHD_CONNECTION_FOOTERS_RECEIVED; | 2592 | connection->state = MHD_CONNECTION_FOOTERS_RECEIVED; |
2593 | } | 2593 | } |
2594 | MHD_connection_update_event_loop_info (connection); | 2594 | (void) MHD_connection_handle_idle (connection); |
2595 | return MHD_YES; | 2595 | return MHD_YES; |
2596 | } | 2596 | } |
2597 | 2597 | ||