]> Sergey Matveev's repositories - public-inbox.git/commit
lei: hexdigest mocks account for unwanted headers
authorEric Wong <e@80x24.org>
Sat, 14 Aug 2021 00:29:44 +0000 (00:29 +0000)
committerEric Wong <e@80x24.org>
Sat, 14 Aug 2021 05:57:47 +0000 (05:57 +0000)
commitea9b01fc63f864435370d3bc9cec674ce03e887e
tree68316244d55e7ce43442a0025da666ef7b4817ef
parent7d576adffbbd61f04278937d882d7ffde570cecd
lei: hexdigest mocks account for unwanted headers

PublicInbox::Import never imports @UNWANTED_HEADERS, so ensure
our mock blob OIDs do the same.  This ought to prevent
duplicates if the PSGI mboxrd download starts setting
"X-Status: F" like "lei q -tt .."
lib/PublicInbox/FakeImport.pm
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiRemote.pm
lib/PublicInbox/LeiStore.pm
lib/PublicInbox/LeiXSearch.pm