]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn: use fallback response code from CGI program
authorEric Wong <e@80x24.org>
Fri, 6 Jan 2023 10:10:50 +0000 (10:10 +0000)
committerEric Wong <e@80x24.org>
Fri, 6 Jan 2023 10:24:15 +0000 (10:24 +0000)
commit81a906c55b9510b38ea035dca13475fdd9d27083
treef37bfe6a63e17df72e0cf70590716eef01a1b717
parentba1a1efbcd23ab472b3c5c030082a9064462680b
qspawn: use fallback response code from CGI program

Prefer to use the original (cgit||git-http-backend) HTTP
response code if our fallback to WwwCoderepo fails.  404
codes is typically more appropriate than 500 for these things.
lib/PublicInbox/GitHTTPBackend.pm
lib/PublicInbox/Qspawn.pm