aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_large_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_large_put.c')
-rw-r--r--src/testcurl/test_large_put.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/testcurl/test_large_put.c b/src/testcurl/test_large_put.c
index b6666533..abf5279b 100644
--- a/src/testcurl/test_large_put.c
+++ b/src/testcurl/test_large_put.c
@@ -776,11 +776,8 @@ testPutExternal (void)
776 MHD_run (d); 776 MHD_run (d);
777 } 777 }
778 if (multi != NULL) 778 if (multi != NULL)
779 { 779 mhdErrorExitDesc ("Request has been aborted by timeout");
780 curl_multi_remove_handle (multi, c); 780
781 curl_easy_cleanup (c);
782 curl_multi_cleanup (multi);
783 }
784 MHD_stop_daemon (d); 781 MHD_stop_daemon (d);
785 if (cbc.pos != strlen ("/hello_world")) 782 if (cbc.pos != strlen ("/hello_world"))
786 { 783 {