aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index da981c80..45c17441 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1292,9 +1292,10 @@ struct MHD_Connection
1292 1292
1293 /** 1293 /**
1294 * If we are receiving with chunked encoding, where are we right 1294 * If we are receiving with chunked encoding, where are we right
1295 * now? Set to 0 if we are waiting to receive the chunk size; 1295 * now?
1296 * otherwise, this is the size of the current chunk. A value of 1296 * Set to 0 if we are waiting to receive the chunk size;
1297 * zero is also used when we're at the end of the chunks. 1297 * otherwise, this is the size of the current chunk.
1298 * A value of zero is also used when we're at the end of the chunks.
1298 */ 1299 */
1299 uint64_t current_chunk_size; 1300 uint64_t current_chunk_size;
1300 1301