mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Uses the new "client-side" writeout function
This commit is contained in:
parent
ef77d484f0
commit
c23e387928
@ -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…
Reference in New Issue
Block a user