From: Eric Wong Date: Wed, 5 Oct 2022 22:29:40 +0000 (+0000) Subject: www: cgit: fall back to WwwCoderepo on 404s X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=26037c85f73de67197af1987e4c0fa4786ac1e31;hp=26037c85f73de67197af1987e4c0fa4786ac1e31;p=public-inbox.git www: cgit: fall back to WwwCoderepo on 404s We can't rely on 3-element array response when calling WwwCoderepo for ViewVCS endpoints since that uses Qspawn internally. Thus, we have to allow two Qspawn objects to run in parallel and ensure `qspawn.wcb' only gets called once, so we end up duplicating the entire $ctx to ensure this. ---