From c23e387928284f8dac31024e6e444859d2cde3a1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Oct 2000 06:36:34 +0000 Subject: Uses the new "client-side" writeout function --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.c b/src/main.c index ddf12f110..7c16e8ae8 100644 --- a/src/main.c +++ b/src/main.c @@ -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); -- cgit v1.2.3