]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
ds: confess on epoll_ctl failure
authorEric Wong <e@80x24.org>
Tue, 17 Jun 2025 00:13:32 +0000 (00:13 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Jun 2025 11:04:27 +0000 (11:04 +0000)
commit332b9629ed731e4af6430c4483685b043b57c7b5
tree1535a22200ebcf59bd93174e27932b91825fb4c5
parent1feb89a1bb395b7586d45354f950b72a70073007
ds: confess on epoll_ctl failure

ENOENT on epoll_ctl(2) is always a sign of buggy code and it
makes sense to dump the backtrace by default, here.  I've only
noticed this failure on HTTPS connections.
lib/PublicInbox/DS.pm