mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
t/bench_http: disable buffering (win32 do not show anything otherwise)
Refs: #255 (cherry picked from commit 903c6acea52a2a2922b5cd43faec1e64631c3da8)
This commit is contained in:
parent
84f6fb410b
commit
77b587b3ec
@ -101,6 +101,9 @@ main(int argc, char **argv)
|
||||
return (1);
|
||||
#endif
|
||||
|
||||
setbuf(stdout, NULL);
|
||||
setbuf(stderr, NULL);
|
||||
|
||||
for (i = 1; i < argc; ++i) {
|
||||
if (*argv[i] != '-')
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user