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:
parent
3836a70f97
commit
fbee6b87f5
@ -2149,6 +2149,7 @@ void dump(const char *text,
|
||||
}
|
||||
fputc('\n', stream); /* newline */
|
||||
}
|
||||
fflush(stream);
|
||||
}
|
||||
|
||||
static
|
||||
|
Loading…
Reference in New Issue
Block a user