]> Sergey Matveev's repositories - public-inbox.git/commit
httpd/async: remove EINTR check
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:23 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:26 +0000 (05:26 +0000)
commitfd533491c3dd1ca032deaddc66a42423354e828f
tree57de6f08504b09951024558876cf62fce0615299
parentca05b93cddfa2cc495451410222af3753bfe1b4e
httpd/async: remove EINTR check

This pipe is always non-blocking when run under public-inbox-httpd
and it won't fail with EINTR in that case
lib/PublicInbox/HTTPD/Async.pm