]> Sergey Matveev's repositories - public-inbox.git/commit
lei: do not access {sock} after SIGPIPE
authorEric Wong <e@80x24.org>
Sat, 30 Oct 2021 08:11:40 +0000 (08:11 +0000)
committerEric Wong <e@80x24.org>
Sat, 30 Oct 2021 18:34:31 +0000 (18:34 +0000)
commit9cd6f106919076285c3dcc0d48977d6b39c33ede
treec09b0d41807427e840a92591990e5daf7ee07641
parent0bb44530cbc51488240df5027f9f00808dcc13ce
lei: do not access {sock} after SIGPIPE

It's possible for this to break out of the event loop if
note_sigpipe fires via PktOp in the same iteration.
lib/PublicInbox/LEI.pm