libmicrohttpd

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

commit 3290b1046c3468aca511cf86c65127db2fb0312c
parent e67fdd04a842d1261a45baaf0ee5820fe48d164f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 17 Apr 2019 20:52:16 +0300

Really fix 6c985f4adcb5b71c2b70a17de0a99468090bfb0d

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

diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c @@ -582,7 +582,7 @@ MHD_create_response_from_fd_at_offset64 (uint64_t size, return NULL; response = MHD_create_response_from_callback (size, - MHD_FD_BLOCK_SIZE, + MHD_FILE_READ_BLOCK_SIZE, &file_reader, NULL, &free_callback);