mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-19 08:03:14 +08:00
Remove fflush in logging
This commit is contained in:
parent
41f5daeb47
commit
4844ed60bd
@ -1331,7 +1331,6 @@ void mg_iobuf_free(struct mg_iobuf *io) {
|
||||
static void mg_log_stdout(const void *buf, int len, void *userdata) {
|
||||
(void) userdata;
|
||||
fwrite(buf, 1, len, stdout);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
static const char *s_spec = "2";
|
||||
|
Loading…
Reference in New Issue
Block a user