libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 76f7883443bab649213b10e0a0ee12aa56442af7
parent 1c2a577d8df1b5b16d751b0e4ff5122362dd922d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 21 Jun 2013 12:38:38 +0000

replace -1 by named constant in comment

Diffstat:
Msrc/microhttpd/internal.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h @@ -602,7 +602,7 @@ struct MHD_Connection /** * How many more bytes of the body do we expect - * to read? "-1" for unknown. + * to read? MHD_SIZE_UNKNOWN for unknown. */ uint64_t remaining_upload_size;