Uses the new "client-side" writeout function
This commit is contained in:
@@ -1530,6 +1530,10 @@ int main(int argc, char *argv[])
|
||||
|
||||
res = curl_easy_perform(curl);
|
||||
|
||||
if(config.writeout) {
|
||||
ourWriteOut(curl, config.writeout);
|
||||
}
|
||||
|
||||
/* always cleanup */
|
||||
curl_easy_cleanup(curl);
|
||||
|
||||
|
Reference in New Issue
Block a user