Loading CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,10 @@ Changelog Daniel Fandrich (22 May 2008) - Made sure to pass longs in to curl_easy_setopt where necessary in the example programs and libtest code. Daniel Stenberg (19 May 2008) - When trying to repeat a multi interface problem I fell over a few multi interface problems: Loading tests/libtest/lib500.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ int test(char *URL) } curl_easy_setopt(curl, CURLOPT_URL, URL); curl_easy_setopt(curl, CURLOPT_HEADER, TRUE); curl_easy_setopt(curl, CURLOPT_HEADER, 1L); res = curl_easy_perform(curl); Loading tests/libtest/lib501.c +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ int test(char *URL) return TEST_ERR_MAJOR_BAD; } curl_easy_setopt(curl, CURLOPT_HEADER, TRUE); curl_easy_setopt(curl, CURLOPT_HEADER, 1L); res = curl_easy_perform(curl); Loading tests/libtest/lib503.c +2 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,8 @@ int test(char *URL) curl_easy_setopt(c, CURLOPT_URL, URL); curl_easy_setopt(c, CURLOPT_USERPWD, "test:ing"); curl_easy_setopt(c, CURLOPT_PROXYUSERPWD, "test:ing"); curl_easy_setopt(c, CURLOPT_HTTPPROXYTUNNEL, 1); curl_easy_setopt(c, CURLOPT_HEADER, 1); curl_easy_setopt(c, CURLOPT_HTTPPROXYTUNNEL, 1L); curl_easy_setopt(c, CURLOPT_HEADER, 1L); if ((m = curl_multi_init()) == NULL) { fprintf(stderr, "curl_multi_init() failed\n"); Loading tests/libtest/lib504.c +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ int test(char *URL) proxy port */ curl_easy_setopt(c, CURLOPT_PROXY, libtest_arg2); curl_easy_setopt(c, CURLOPT_URL, URL); curl_easy_setopt(c, CURLOPT_VERBOSE, 1); curl_easy_setopt(c, CURLOPT_VERBOSE, 1L); if ((m = curl_multi_init()) == NULL) { fprintf(stderr, "curl_multi_init() failed\n"); Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,10 @@ Changelog Daniel Fandrich (22 May 2008) - Made sure to pass longs in to curl_easy_setopt where necessary in the example programs and libtest code. Daniel Stenberg (19 May 2008) - When trying to repeat a multi interface problem I fell over a few multi interface problems: Loading
tests/libtest/lib500.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ int test(char *URL) } curl_easy_setopt(curl, CURLOPT_URL, URL); curl_easy_setopt(curl, CURLOPT_HEADER, TRUE); curl_easy_setopt(curl, CURLOPT_HEADER, 1L); res = curl_easy_perform(curl); Loading
tests/libtest/lib501.c +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ int test(char *URL) return TEST_ERR_MAJOR_BAD; } curl_easy_setopt(curl, CURLOPT_HEADER, TRUE); curl_easy_setopt(curl, CURLOPT_HEADER, 1L); res = curl_easy_perform(curl); Loading
tests/libtest/lib503.c +2 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,8 @@ int test(char *URL) curl_easy_setopt(c, CURLOPT_URL, URL); curl_easy_setopt(c, CURLOPT_USERPWD, "test:ing"); curl_easy_setopt(c, CURLOPT_PROXYUSERPWD, "test:ing"); curl_easy_setopt(c, CURLOPT_HTTPPROXYTUNNEL, 1); curl_easy_setopt(c, CURLOPT_HEADER, 1); curl_easy_setopt(c, CURLOPT_HTTPPROXYTUNNEL, 1L); curl_easy_setopt(c, CURLOPT_HEADER, 1L); if ((m = curl_multi_init()) == NULL) { fprintf(stderr, "curl_multi_init() failed\n"); Loading
tests/libtest/lib504.c +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ int test(char *URL) proxy port */ curl_easy_setopt(c, CURLOPT_PROXY, libtest_arg2); curl_easy_setopt(c, CURLOPT_URL, URL); curl_easy_setopt(c, CURLOPT_VERBOSE, 1); curl_easy_setopt(c, CURLOPT_VERBOSE, 1L); if ((m = curl_multi_init()) == NULL) { fprintf(stderr, "curl_multi_init() failed\n"); Loading