]> Sergey Matveev's repositories - public-inbox.git/commitdiff
input_pipe: account for undefined {sock}
authorEric Wong <e@80x24.org>
Tue, 26 Oct 2021 10:35:57 +0000 (10:35 +0000)
committerEric Wong <e@80x24.org>
Tue, 26 Oct 2021 17:43:58 +0000 (17:43 +0000)
It's possible for ->event_step to fire twice due to ->requeue
with EPOLLET (but not EPOLLONESHOT).  So account for that and
avoid causing event loop errors as a result.


No differences found