]> Sergey Matveev's repositories - public-inbox.git/commit
dskqxs: fix loop to allow `next'
authorEric Wong <e@80x24.org>
Tue, 11 Oct 2022 00:05:54 +0000 (00:05 +0000)
committerEric Wong <e@80x24.org>
Tue, 11 Oct 2022 00:07:57 +0000 (00:07 +0000)
commit6cdb3cfe9c0aa747c20922ed438636bf74b47b62
tree27b6b28db34f2c482eb9cf2156180a30f2f5b017
parent771ec3e170aebcb9c0f3aa29a9b62040ba50f050
dskqxs: fix loop to allow `next'

`do {} while(...)' loops in Perl don't support `next', actually :x
This only affects *BSD platforms with IO::KQueue installed.

Fixes: d6674af04cb74a4e "httpd|nntpd: avoid missed signal wakeups"
lib/PublicInbox/DSKQXS.pm