]> Sergey Matveev's repositories - public-inbox.git/commit
spawn: remove `Blocking' flag handling
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:24 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:26 +0000 (05:26 +0000)
commitbd61cb1b18c7f38588e0c3b166dd265b738242cc
tree9159ce30f685f476c83fc1e84102438371f0aacc
parentfd533491c3dd1ca032deaddc66a42423354e828f
spawn: remove `Blocking' flag handling

Instead, the O_NONBLOCK flag is set by PublicInbox::HTTPD::Async;
and we won't be setting it elsewhere.
lib/PublicInbox/Spawn.pm
t/spawn.t