fflush() the trace stream on each call

This commit is contained in:
Daniel Stenberg 2002-11-15 14:15:28 +00:00
parent 3836a70f97
commit fbee6b87f5

View File

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