From: Eric Wong Date: Sat, 30 Oct 2021 08:11:40 +0000 (+0000) Subject: lei: do not access {sock} after SIGPIPE X-Git-Tag: v1.7.0~29 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9cd6f106919076285c3dcc0d48977d6b39c33ede;hp=9cd6f106919076285c3dcc0d48977d6b39c33ede;p=public-inbox.git 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. ---