]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: always autoflush stdout/stderr
authorEric Wong <e@80x24.org>
Wed, 30 Sep 2015 21:00:20 +0000 (21:00 +0000)
committerEric Wong <e@80x24.org>
Wed, 30 Sep 2015 21:09:18 +0000 (21:09 +0000)
commit22b943ccee459e2e0d1b52e1f538ad71b9918bbd
tree20e9c13c89cc45b15e7e14509ce2839eb8638e57
parent709a1979302ef5dbb40babb84821b079868490a1
daemon: always autoflush stdout/stderr

Users may log output to a pipe, so ensure these outputs are
unbuffered in userspace and go to the operating system ASAP
for other processes to pick up.
lib/PublicInbox/Daemon.pm