mirror of
https://github.com/curl/curl.git
synced 2025-09-06 12:24:59 +03: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);
|
res = curl_easy_perform(curl);
|
||||||
|
|
||||||
|
if(config.writeout) {
|
||||||
|
ourWriteOut(curl, config.writeout);
|
||||||
|
}
|
||||||
|
|
||||||
/* always cleanup */
|
/* always cleanup */
|
||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user