mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
test_timeout: more detailed libcurl error report
This commit is contained in:
@@ -392,8 +392,12 @@ testWithTimeout (void)
|
||||
}
|
||||
}
|
||||
else
|
||||
/* curl had the timeout first */
|
||||
{
|
||||
fprintf (stderr, "libcurl reported error: %s (%u)\n",
|
||||
curl_easy_strerror (errornum),
|
||||
errornum);
|
||||
return 32;
|
||||
}
|
||||
}
|
||||
curl_easy_cleanup (c);
|
||||
MHD_stop_daemon (d);
|
||||
|
||||
Reference in New Issue
Block a user