]> Sergey Matveev's repositories - public-inbox.git/commit
git-http-backend: check EINTR as well as EAGAIN
authorEric Wong <e@80x24.org>
Mon, 7 Mar 2016 19:10:33 +0000 (19:10 +0000)
committerEric Wong <e@80x24.org>
Fri, 29 Apr 2016 18:50:59 +0000 (18:50 +0000)
commit0b0d9b7f6237593c69dc38ec64566343fd20191c
tree09de86d78c876d2c9b1aaefd39f2d703adb4d272
parente901b85c67912a3fd8d17ac0460a57029439f71d
git-http-backend: check EINTR as well as EAGAIN

The blocking PSGI server may cause EINTR to be hit, here.
lib/PublicInbox/GitHTTPBackend.pm