]> Sergey Matveev's repositories - public-inbox.git/commit
git-http-backend: fixes for mod_perl
authorEric Wong <e@80x24.org>
Mon, 29 Feb 2016 01:34:33 +0000 (01:34 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Feb 2016 01:34:33 +0000 (01:34 +0000)
commitf93cd087e460b1196322b1e8a28612fb426f1072
tree068b32d74dbdb040718f75a2b24fa87f32fc3f26
parent83770743503dfab6ac337bf053fb22a961c2cb54
git-http-backend: fixes for mod_perl

Apache2 mod_perl does not give us a real file handle, so
we must translate that before giving that to git-http-backend(1).

Also, parse the Status: correctly for errors since we failed to
set %ENV properly before the previous fix for SpawnPP
lib/PublicInbox/GitHTTPBackend.pm