Uses the new "client-side" writeout function

This commit is contained in:
Daniel Stenberg 2000-10-02 06:36:34 +00:00
parent ef77d484f0
commit c23e387928

View File

@ -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);