diff options
Diffstat (limited to 'src/daemon/connection.c')
-rw-r--r-- | src/daemon/connection.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/connection.c b/src/daemon/connection.c index 1b7a04ed..dde49962 100644 --- a/src/daemon/connection.c +++ b/src/daemon/connection.c | |||
@@ -1171,6 +1171,7 @@ MHD_connection_handle_write (struct MHD_Connection *connection) | |||
1171 | ret, | 1171 | ret, |
1172 | &HTTP_100_CONTINUE[connection->continuePos]); | 1172 | &HTTP_100_CONTINUE[connection->continuePos]); |
1173 | #endif | 1173 | #endif |
1174 | connection->continuePos += ret; | ||
1174 | return MHD_YES; | 1175 | return MHD_YES; |
1175 | } | 1176 | } |
1176 | response = connection->response; | 1177 | response = connection->response; |