mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 04:50:37 -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);
|
return (1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
setbuf(stdout, NULL);
|
||||||
|
setbuf(stderr, NULL);
|
||||||
|
|
||||||
for (i = 1; i < argc; ++i) {
|
for (i = 1; i < argc; ++i) {
|
||||||
if (*argv[i] != '-')
|
if (*argv[i] != '-')
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user