aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-18 13:13:59 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-18 13:13:59 +0000
commitfe4fa4d3c2f47197da462fedbbd3aa364fab2279 (patch)
tree5bafe1c263309e5bba259cd7b5e56fe72ec15a43 /src/microhttpd
parent017c372418745036838314c0bf6cefba1773d3d9 (diff)
downloadlibmicrohttpd-fe4fa4d3c2f47197da462fedbbd3aa364fab2279.tar.gz
libmicrohttpd-fe4fa4d3c2f47197da462fedbbd3aa364fab2279.zip
add another standard header
Diffstat (limited to 'src/microhttpd')
-rw-r--r--src/microhttpd/connection.c2
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)