gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: Really fix 6c985f4ad


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Really fix 6c985f4adcb5b71c2b70a17de0a99468090bfb0d
Date: Wed, 17 Apr 2019 19:52:45 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 3290b104 Really fix 6c985f4adcb5b71c2b70a17de0a99468090bfb0d
3290b104 is described below

commit 3290b1046c3468aca511cf86c65127db2fb0312c
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Wed Apr 17 20:52:16 2019 +0300

    Really fix 6c985f4adcb5b71c2b70a17de0a99468090bfb0d
---
 src/microhttpd/response.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 3e93dc80..b6248145 100644
--- 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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]