aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 21e23a8a..29edef4f 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -566,7 +566,7 @@ MHD_create_response_from_fd_at_offset64 (uint64_t size,
566 return NULL; 566 return NULL;
567 567
568 response = MHD_create_response_from_callback (size, 568 response = MHD_create_response_from_callback (size,
569 4 * 1024, 569 MHD_FD_BLOCK_SIZE,
570 &file_reader, 570 &file_reader,
571 NULL, 571 NULL,
572 &free_callback); 572 &free_callback);