]> Sergey Matveev's repositories - public-inbox.git/commit
git-http-backend: fix aborts for generic PSGI clone
authorEric Wong <e@80x24.org>
Fri, 27 May 2016 05:59:16 +0000 (05:59 +0000)
committerEric Wong <e@80x24.org>
Fri, 27 May 2016 06:02:33 +0000 (06:02 +0000)
commit79e11eea11dd561301a05c42ba824a7d352bd398
treeda0db45671648d6803c9efc8e4755f5853dae03f
parent656bc41ecb1a77208adaeee6c68faed3e8328695
git-http-backend: fix aborts for generic PSGI clone

We need to avoid circular references in the generic PSGI layer,
do it by abusing DESTROY.
lib/PublicInbox/GetlineBody.pm [new file with mode: 0644]
lib/PublicInbox/GitHTTPBackend.pm