]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: warn on missing blobs
authorEric Wong <e@yhbt.net>
Sun, 5 Jul 2020 23:27:58 +0000 (23:27 +0000)
committerEric Wong <e@yhbt.net>
Mon, 6 Jul 2020 20:01:15 +0000 (20:01 +0000)
commit54c25a9cfb9a5eee44672b126eb75b9bb20aa957
tree8d73d6592f4ecacafd6e94faffbb30657436c1cf
parenta4d8c547df4abf7bd06d4e7eccddfeabb4fc04f7
daemon: warn on missing blobs

Since -edit and -purge should be rare and TOCTOU around them
rarer still; missing {blobs} could be indicative of a real bug
elsewhere.  Warn on them.

And I somehow ended up with 3 different field names for Inbox
objects.  Perhaps they'll be made consistent in the future.
lib/PublicInbox/GzipFilter.pm
lib/PublicInbox/IMAP.pm
lib/PublicInbox/NNTP.pm