]> Sergey Matveev's repositories - public-inbox.git/commit
githttpbackend: avoid copying PSGI env
authorEric Wong <e@80x24.org>
Tue, 3 Jan 2023 00:03:00 +0000 (00:03 +0000)
committerEric Wong <e@80x24.org>
Tue, 3 Jan 2023 00:20:45 +0000 (00:20 +0000)
commit324098fecf1126233578cc2f6290b4c8fdd9207b
tree4231545163079af72e8fb654b05910873ad7465a
parent9ee49419e5138798613d51611c79df5b43e29fa2
githttpbackend: avoid copying PSGI env

We can stash qspawn.wcb before we fallback to WwwCoderepo to
ensure the qspawn re-dispatch works as expected.  This is still
hacky and I want to tweak it further down the line.  Meanwhile,
lets make it less expensive to do hacky things...
lib/PublicInbox/GitHTTPBackend.pm
lib/PublicInbox/ViewVCS.pm