]> Sergey Matveev's repositories - public-inbox.git/commit
git-http-backend: remove dependency on Plack::Request
authorEric Wong <e@80x24.org>
Mon, 30 May 2016 00:51:44 +0000 (00:51 +0000)
committerEric Wong <e@80x24.org>
Mon, 30 May 2016 00:55:36 +0000 (00:55 +0000)
commit21cf3d6a9a4be06deca4adea9de071f772fb1c57
treed0bd52cc06d0bdca64f5c03d25b24e31d29d50d3
parent9665b1ffe0c5417e54ccd313794577d7c62c429c
git-http-backend: remove dependency on Plack::Request

Plack::Request is unnecessary overhead for this given the
strictness of git-http-backend.  Furthermore, having to make
commit 311c2adc8c63 ("avoid Plack::Request parsing body")
to avoid tempfiles should not have been necessary.
lib/PublicInbox/GitHTTPBackend.pm
lib/PublicInbox/WWW.pm
t/git-http-backend.psgi
t/git-http-backend.t