mirror of
https://github.com/moparisthebest/curl
synced 2024-12-25 01:28:51 -05:00
test1540: Remove unused macro TEST_HANG_TIMEOUT
The macro has never been used, and it there is not really any place where it would make sense to add timing checks. Closes #2852
This commit is contained in:
parent
1c14ba60cc
commit
8ea0baed3c
@ -79,8 +79,6 @@ static size_t write_callback(void *ptr, size_t size, size_t nmemb, void *userp)
|
|||||||
return CURL_WRITEFUNC_PAUSE;
|
return CURL_WRITEFUNC_PAUSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define TEST_HANG_TIMEOUT 60 * 1000
|
|
||||||
|
|
||||||
int test(char *URL)
|
int test(char *URL)
|
||||||
{
|
{
|
||||||
CURL *curls = NULL;
|
CURL *curls = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user