mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
enable
This commit is contained in:
@@ -352,11 +352,8 @@ main (int argc, char *const *argv)
|
||||
if (0 != curl_global_init (CURL_GLOBAL_WIN32))
|
||||
return 2;
|
||||
errorCount += testInternalGet ();
|
||||
if (0)
|
||||
{
|
||||
errorCount += testMultithreadedGet ();
|
||||
errorCount += testExternalGet ();
|
||||
}
|
||||
errorCount += testMultithreadedGet ();
|
||||
errorCount += testExternalGet ();
|
||||
if (errorCount != 0)
|
||||
fprintf (stderr, "Error (code: %u)\n", errorCount);
|
||||
curl_global_cleanup ();
|
||||
|
||||
Reference in New Issue
Block a user