]> Sergey Matveev's repositories - public-inbox.git/commit
manifest.js.gz: fix per-inbox /$INBOX/manifest.js.gz
authorEric Wong <e@80x24.org>
Mon, 21 Dec 2020 19:41:21 +0000 (19:41 +0000)
committerEric Wong <e@80x24.org>
Sat, 26 Dec 2020 20:19:22 +0000 (20:19 +0000)
commit7a92c24157953dc6d9fad911b955c8691cdfcad9
tree7796fdba997d94e83b6964192e87664fb4f28521
parent78e81ae914ad24dfdbce8f7fb98d4c8979743c77
manifest.js.gz: fix per-inbox /$INBOX/manifest.js.gz

/$INBOX/manifest.js.gz should not attempt to match every inbox
in the domain (or every inbox); that is for /manifest.js.gz
(without a /$INBOX prefix).

Fixes: f303b4add8ea1883 ("wwwlisting: avoid hogging event loop")
(cherry picked from commit 3ce4c38119f13d419bb865a0aa9b66feff339308)
lib/PublicInbox/ManifestJsGz.pm
lib/PublicInbox/WWW.pm