diff options
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r-- | src/include/microhttpd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index b88fede8..4a44f652 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -179,6 +179,9 @@ typedef int | |||
179 | * callbacks to provide content to give back to the client and return | 179 | * callbacks to provide content to give back to the client and return |
180 | * an HTTP status code (i.e. 200 for OK, 404, etc.). | 180 | * an HTTP status code (i.e. 200 for OK, 404, etc.). |
181 | * | 181 | * |
182 | * @param upload_data_size set initially to the size of the | ||
183 | * upload_data provided; the method must update this | ||
184 | * value to the number of bytes NOT processed | ||
182 | * @return MHS_YES if the connection was handled successfully, | 185 | * @return MHS_YES if the connection was handled successfully, |
183 | * MHS_NO if the socket must be closed due to a serios | 186 | * MHS_NO if the socket must be closed due to a serios |
184 | * error while handling the request | 187 | * error while handling the request |