]> Sergey Matveev's repositories - public-inbox.git/commit
watch: switch IMAP and NNTP fetch loops to NetReader
authorEric Wong <e@80x24.org>
Wed, 24 Feb 2021 11:31:53 +0000 (17:31 +0600)
committerEric Wong <e@80x24.org>
Wed, 24 Feb 2021 23:26:29 +0000 (23:26 +0000)
commit48bae7dc634583b58fd747bd557392cac60123b3
tree4b170b92548c85fd8ba14b4f6838b3a90ce6b5d0
parent2f9f6c9eca667dfde9e267e946498eaad0b0c8da
watch: switch IMAP and NNTP fetch loops to NetReader

NetReader::<imap|nntp>_each were based on the -watch
code they now replace.

v2: do not warn on EINTR if user quit to fix occasional
    test failure in t/imapd.t
lib/PublicInbox/NetReader.pm
lib/PublicInbox/Watch.pm
t/imapd.t
t/nntpd.t