mirror of
https://github.com/curl/curl.git
synced 2026-05-21 22:26:22 +03:00
fflush() the trace stream on each call
This commit is contained in:
parent
3836a70f97
commit
fbee6b87f5
1 changed files with 1 additions and 0 deletions
|
|
@ -2149,6 +2149,7 @@ void dump(const char *text,
|
|||
}
|
||||
fputc('\n', stream); /* newline */
|
||||
}
|
||||
fflush(stream);
|
||||
}
|
||||
|
||||
static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue