aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/connection.c')
-rw-r--r--src/daemon/connection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/connection.c b/src/daemon/connection.c
index 188eea6b..fbcbffc2 100644
--- a/src/daemon/connection.c
+++ b/src/daemon/connection.c
@@ -1631,6 +1631,8 @@ MHD_connection_handle_idle (struct MHD_Connection *connection)
1631 continue; 1631 continue;
1632 case MHD_CONNECTION_HEADERS_PROCESSED: 1632 case MHD_CONNECTION_HEADERS_PROCESSED:
1633 call_connection_handler (connection); /* first call */ 1633 call_connection_handler (connection); /* first call */
1634 if (connection->state == MHD_CONNECTION_CLOSED)
1635 continue;
1634 if (need_100_continue (connection)) 1636 if (need_100_continue (connection))
1635 { 1637 {
1636 connection->state = MHD_CONNECTION_CONTINUE_SENDING; 1638 connection->state = MHD_CONNECTION_CONTINUE_SENDING;