]> Sergey Matveev's repositories - public-inbox.git/commit
githttpbackend: fall back to dumb if smart HTTP is off
authorEric Wong <e@80x24.org>
Thu, 28 Apr 2016 01:56:07 +0000 (01:56 +0000)
committerEric Wong <e@80x24.org>
Thu, 28 Apr 2016 02:00:53 +0000 (02:00 +0000)
commit6e88eec854e125520b67735df6e4b0de52201383
treec3e65635a68b5936f10fef5a692a99ae99d2a62f
parente983376326eab20daac9c2bfbb65b88c4fd248a2
githttpbackend: fall back to dumb if smart HTTP is off

Using http.getanyfile still keeps the http-backend process
alive, so it's better to break out of that process and
handle serving entirely within the HTTP server.
lib/PublicInbox/GitHTTPBackend.pm
t/httpd.t