]> granicus.if.org Git - curl/commitdiff
fflush() the trace stream on each call
authorDaniel Stenberg <daniel@haxx.se>
Fri, 15 Nov 2002 14:15:28 +0000 (14:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Nov 2002 14:15:28 +0000 (14:15 +0000)
src/main.c

index ec84c5ff39df2f7d1f8837e9522d759eb9d27550..fb43e8001c20dacb4d6da0e49e80c2b144bd3a5a 100644 (file)
@@ -2149,6 +2149,7 @@ void dump(const char *text,
     }
     fputc('\n', stream); /* newline */
   }
+  fflush(stream);
 }
 
 static