diff options
Diffstat (limited to 'src/microhttpd/postprocessor.c')
-rw-r--r-- | src/microhttpd/postprocessor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/postprocessor.c b/src/microhttpd/postprocessor.c index e6677b7f..08b31a08 100644 --- a/src/microhttpd/postprocessor.c +++ b/src/microhttpd/postprocessor.c | |||
@@ -1091,7 +1091,7 @@ END: | |||
1091 | * Parse and process POST data. Call this function when POST data is | 1091 | * Parse and process POST data. Call this function when POST data is |
1092 | * available (usually during an #MHD_AccessHandlerCallback) with the | 1092 | * available (usually during an #MHD_AccessHandlerCallback) with the |
1093 | * "upload_data" and "upload_data_size". Whenever possible, this will | 1093 | * "upload_data" and "upload_data_size". Whenever possible, this will |
1094 | * then cause calls to the #MHD_IncrementalKeyValueIterator. | 1094 | * then cause calls to the #MHD_PostDataIterator. |
1095 | * | 1095 | * |
1096 | * @param pp the post processor | 1096 | * @param pp the post processor |
1097 | * @param post_data @a post_data_len bytes of POST data | 1097 | * @param post_data @a post_data_len bytes of POST data |