]> Sergey Matveev's repositories - public-inbox.git/commit
git-http-backend: refactor to support cleanup
authorEric Wong <e@80x24.org>
Mon, 23 May 2016 04:01:14 +0000 (04:01 +0000)
committerEric Wong <e@80x24.org>
Mon, 23 May 2016 05:58:35 +0000 (05:58 +0000)
commit347c6ee595c37d4e2214cb297811f154a41c452f
tree3c93033bac15169389ce4b579502759de1698fda
parent311c2adc8c639813e0078631a8d97e5008452682
git-http-backend: refactor to support cleanup

We will have clients dropping connections during long clone
and fetch operations; so do not retain references holding
backend processes once we detect a client has dropped.
lib/PublicInbox/GitHTTPBackend.pm
lib/PublicInbox/HTTPD.pm
lib/PublicInbox/HTTPD/Async.pm