mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
test_tricky: fixed reported error description
This commit is contained in:
@@ -689,7 +689,7 @@ doCurlQueryInThread (struct MHD_Daemon *d,
|
||||
{
|
||||
if (CURLE_OPERATION_TIMEDOUT == errornum)
|
||||
mhdErrorExitDesc ("Request was aborted due to timeout");
|
||||
fprintf (stderr, "libcurl returned expected error: %s\n",
|
||||
fprintf (stderr, "libcurl returned unexpected error: %s\n",
|
||||
curl_easy_strerror (errornum));
|
||||
mhdErrorExitDesc ("Request failed due to unexpected error");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user