mirror of
https://github.com/curl/curl.git
synced 2026-07-24 08:47:50 +03:00
Uses the new "client-side" writeout function
This commit is contained in:
parent
ef77d484f0
commit
c23e387928
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue