1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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