Loading tests/libtest/lib554.c +0 −3 Original line number Diff line number Diff line Loading @@ -126,9 +126,6 @@ int test(char *URL) /* we want to use our own read function */ curl_easy_setopt(curl, CURLOPT_READFUNCTION, read_callback); /* pointer to pass to our read function */ curl_easy_setopt(curl, CURLOPT_READDATA, &pooh); /* send a multi-part formpost */ curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); Loading Loading
tests/libtest/lib554.c +0 −3 Original line number Diff line number Diff line Loading @@ -126,9 +126,6 @@ int test(char *URL) /* we want to use our own read function */ curl_easy_setopt(curl, CURLOPT_READFUNCTION, read_callback); /* pointer to pass to our read function */ curl_easy_setopt(curl, CURLOPT_READDATA, &pooh); /* send a multi-part formpost */ curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); Loading