mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fixing 1459
This commit is contained in:
@@ -274,7 +274,7 @@ testExternalPut ()
|
||||
1082,
|
||||
NULL, NULL, &ahc_echo, &done_flag,
|
||||
MHD_OPTION_CONNECTION_MEMORY_LIMIT,
|
||||
PUT_SIZE * 4, MHD_OPTION_END);
|
||||
(size_t) (PUT_SIZE * 4), MHD_OPTION_END);
|
||||
if (d == NULL)
|
||||
return 256;
|
||||
c = curl_easy_init ();
|
||||
|
||||
Reference in New Issue
Block a user