]> 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>
Mon, 21 Dec 2020 21:51:53 +0000 (21:51 +0000)
commit3ce4c38119f13d419bb865a0aa9b66feff339308
tree9ad3a1010a1ba402a239507959d7f2ac0c8ed90d
parentfb7d958dbc601f126dc391d915f5935d4cfc595e
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")
lib/PublicInbox/ManifestJsGz.pm
lib/PublicInbox/WWW.pm