gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/02: test_quiesce_stream: fixed


From: gnunet
Subject: [libmicrohttpd] 02/02: test_quiesce_stream: fixed
Date: Tue, 07 Sep 2021 20:25:36 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit f247a26b23f977ddec9be5c314f94c6d3711c58c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Sep 7 21:06:32 2021 +0300

    test_quiesce_stream: fixed
    
    Use public macro for value.
---
 src/testcurl/test_quiesce_stream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/test_quiesce_stream.c 
b/src/testcurl/test_quiesce_stream.c
index 96a4a973..6d0ea599 100644
--- a/src/testcurl/test_quiesce_stream.c
+++ b/src/testcurl/test_quiesce_stream.c
@@ -170,7 +170,7 @@ http_AccessHandlerCallback (void *cls,
 
   /* Second call: create response */
   response
-    = MHD_create_response_from_callback (-1,
+    = MHD_create_response_from_callback (MHD_SIZE_UNKNOWN,
                                          32 * 1024,
                                          &http_ContentReaderCallback,
                                          *con_cls,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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