]> Sergey Matveev's repositories - public-inbox.git/commit
lei: sto_done_request: add eval guard
authorEric Wong <e@80x24.org>
Tue, 14 Sep 2021 02:39:02 +0000 (02:39 +0000)
committerEric Wong <e@80x24.org>
Tue, 14 Sep 2021 02:56:53 +0000 (02:56 +0000)
commit98f847cf7cab205b5d2dbf9e58d86af2a1c190e5
tree3ac89729cb5e333281dd9238c79bf0cb49e89abb
parent586997aada72a132ca5ea75dc0eb308788a2702f
lei: sto_done_request: add eval guard

Failures here can cause the lei-daemon event loop to break
since PktOp doesn't guard dispatch.  Add a guard here (and
not deeper in the stack) so we can use the $lei object to
report errors.
lib/PublicInbox/LEI.pm