diff options
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r-- | src/microhttpd/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h index f76d6834..809c99e9 100644 --- a/src/microhttpd/internal.h +++ b/src/microhttpd/internal.h | |||
@@ -602,7 +602,7 @@ struct MHD_Connection | |||
602 | 602 | ||
603 | /** | 603 | /** |
604 | * How many more bytes of the body do we expect | 604 | * How many more bytes of the body do we expect |
605 | * to read? "-1" for unknown. | 605 | * to read? MHD_SIZE_UNKNOWN for unknown. |
606 | */ | 606 | */ |
607 | uint64_t remaining_upload_size; | 607 | uint64_t remaining_upload_size; |
608 | 608 | ||