]> Sergey Matveev's repositories - public-inbox.git/commit
listener: EPOLL_CTL_ADD errors are non fatal
authorEric Wong <e@yhbt.net>
Thu, 9 Jan 2020 11:14:50 +0000 (11:14 +0000)
committerEric Wong <e@80x24.org>
Thu, 9 Jan 2020 11:23:31 +0000 (11:23 +0000)
commitcb4f09264abe20c820939814e87442fe812713bc
tree3246d7b3fc47da2c5b7bdf7fb08888fa5e79212e
parentbfdf6728f442385f596175b261877ead1b37f9f6
listener: EPOLL_CTL_ADD errors are non fatal

EPOLL_CTL_ADD may fail with transient ENOMEM or ENOSPC errors,
so don't tear down the process when that happens.
lib/PublicInbox/Listener.pm