Missing patch
This commit is contained in:
parent
28a3d3996f
commit
53abf9b1c6
11
libmicrohttpd_fix_0_4_0_testcase.patch
Normal file
11
libmicrohttpd_fix_0_4_0_testcase.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/testcurl/daemontest_long_header.c.orig 2009-02-14 11:48:18.025431339 +0100
|
||||
+++ src/testcurl/daemontest_long_header.c 2009-02-14 11:48:37.442183967 +0100
|
||||
@@ -107,7 +107,7 @@
|
||||
&ahc_echo,
|
||||
"GET",
|
||||
MHD_OPTION_CONNECTION_MEMORY_LIMIT,
|
||||
- VERY_LONG / 2, MHD_OPTION_END);
|
||||
+ (size_t) VERY_LONG / 2, MHD_OPTION_END);
|
||||
if (d == NULL)
|
||||
return 1;
|
||||
c = curl_easy_init ();
|
Loading…
Reference in New Issue
Block a user