mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08: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