]> granicus.if.org Git - curl/commitdiff
Uses the new "client-side" writeout function
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Oct 2000 06:36:34 +0000 (06:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Oct 2000 06:36:34 +0000 (06:36 +0000)
src/main.c

index ddf12f110b2388fe20c71542a4597d9fdf4071de..7c16e8ae8aceea1af633ade80519e52614d5f826 100644 (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);