Loading tests/libtest/lib504.c +3 −2 Original line number Original line Diff line number Diff line Loading @@ -51,8 +51,9 @@ int test(char *URL) return TEST_ERR_MAJOR_BAD; return TEST_ERR_MAJOR_BAD; } } /* the point here being that there must not run anything on the given /* The point here is that there must not be anything running on the given proxy port */ proxy port */ if (libtest_arg2) test_setopt(c, CURLOPT_PROXY, libtest_arg2); test_setopt(c, CURLOPT_PROXY, libtest_arg2); test_setopt(c, CURLOPT_URL, URL); test_setopt(c, CURLOPT_URL, URL); test_setopt(c, CURLOPT_VERBOSE, 1L); test_setopt(c, CURLOPT_VERBOSE, 1L); Loading Loading
tests/libtest/lib504.c +3 −2 Original line number Original line Diff line number Diff line Loading @@ -51,8 +51,9 @@ int test(char *URL) return TEST_ERR_MAJOR_BAD; return TEST_ERR_MAJOR_BAD; } } /* the point here being that there must not run anything on the given /* The point here is that there must not be anything running on the given proxy port */ proxy port */ if (libtest_arg2) test_setopt(c, CURLOPT_PROXY, libtest_arg2); test_setopt(c, CURLOPT_PROXY, libtest_arg2); test_setopt(c, CURLOPT_URL, URL); test_setopt(c, CURLOPT_URL, URL); test_setopt(c, CURLOPT_VERBOSE, 1L); test_setopt(c, CURLOPT_VERBOSE, 1L); Loading