commit f247a26b23f977ddec9be5c314f94c6d3711c58c
parent 9d7457a50da919532717a9b5531e38d2d2f65083
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Tue, 7 Sep 2021 21:06:32 +0300
test_quiesce_stream: fixed
Use public macro for value.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,