From: Daniel Stenberg Date: Fri, 15 Nov 2002 14:15:28 +0000 (+0000) Subject: fflush() the trace stream on each call X-Git-Tag: curl-7_10_2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbee6b87f5ed86d80895495367fbe3729e8f1571;p=curl fflush() the trace stream on each call --- diff --git a/src/main.c b/src/main.c index ec84c5ff3..fb43e8001 100644 --- a/src/main.c +++ b/src/main.c @@ -2149,6 +2149,7 @@ void dump(const char *text, } fputc('\n', stream); /* newline */ } + fflush(stream); } static