libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 1c553e71a97ebf78f251f70dda761d469c53fba9
parent 9e2d653d53c200fbf80e131fb5a53efa0f5fec7c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 12 Jul 2013 17:14:30 +0000

-try instant state forward, 2nd variant

Diffstat:
Msrc/microhttpd/connection.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -2591,7 +2591,7 @@ MHD_queue_response (struct MHD_Connection *connection, connection->read_closed = MHD_YES; connection->state = MHD_CONNECTION_FOOTERS_RECEIVED; } - MHD_connection_update_event_loop_info (connection); + (void) MHD_connection_handle_idle (connection); return MHD_YES; }