]> Sergey Matveev's repositories - public-inbox.git/commit
lei tag: less confusing warning about unimported messages
authorEric Wong <e@80x24.org>
Wed, 9 Jun 2021 23:27:50 +0000 (20:27 -0300)
committerEric Wong <e@80x24.org>
Thu, 10 Jun 2021 09:21:07 +0000 (09:21 +0000)
commitbe365fb4bd3eda10294d4a916321c28b90dd723d
tree846400a31985a30d20ca07b34f302198b9cd9f9d
parent59be5c57763a64c04ecbb9a344b60c435a43fb24
lei tag: less confusing warning about unimported messages

"unimported" is more meaningful than "missing", here.  And
instead of having every worker spew about unimported messages,
we'll accumulate and only print one warning line.  This
necessitated alterating ->DESTROY behavior and persisting
the client socket within the $lei object itself, not just
the PktOp consumer object.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiTag.pm