Loading tests/libtest/lib536.c +54 −54 Original line number Diff line number Diff line Loading @@ -46,12 +46,12 @@ static CURLMcode perform(CURLM * multi) if (select(maxfd + 1, &fdread, &fdwrite, &fdexcep, 0) == -1) return (CURLMcode) ~CURLM_OK; } if (loop <= 0) { /* We only reach this point if (loop <= 0) */ fprintf(stderr, "ABORTING TEST, since it seems " "that it would have run forever.\n"); return (CURLMcode) ~CURLM_OK; } } int test(char *URL) { Loading Loading
tests/libtest/lib536.c +54 −54 Original line number Diff line number Diff line Loading @@ -46,12 +46,12 @@ static CURLMcode perform(CURLM * multi) if (select(maxfd + 1, &fdread, &fdwrite, &fdexcep, 0) == -1) return (CURLMcode) ~CURLM_OK; } if (loop <= 0) { /* We only reach this point if (loop <= 0) */ fprintf(stderr, "ABORTING TEST, since it seems " "that it would have run forever.\n"); return (CURLMcode) ~CURLM_OK; } } int test(char *URL) { Loading