test_large_put: added request timeout detection

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-12-26 17:36:27 +03:00
parent 5ce0c23e37
commit 38dcc34b9c
+2 -5
View File
@@ -776,11 +776,8 @@ testPutExternal (void)
MHD_run (d);
}
if (multi != NULL)
{
curl_multi_remove_handle (multi, c);
curl_easy_cleanup (c);
curl_multi_cleanup (multi);
}
mhdErrorExitDesc ("Request has been aborted by timeout");
MHD_stop_daemon (d);
if (cbc.pos != strlen ("/hello_world"))
{