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 611ff12f..4e6fed5a 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -1470,7 +1470,7 @@ process_request_body (struct MHD_Connection *connection) | |||
1470 | , NULL | 1470 | , NULL |
1471 | #endif | 1471 | #endif |
1472 | ); | 1472 | ); |
1473 | if (processed != 0) | 1473 | if (0 != processed) |
1474 | instant_retry = MHD_NO; /* client did not process everything */ | 1474 | instant_retry = MHD_NO; /* client did not process everything */ |
1475 | used -= processed; | 1475 | used -= processed; |
1476 | if (connection->have_chunked_upload == MHD_YES) | 1476 | if (connection->have_chunked_upload == MHD_YES) |