]> Sergey Matveev's repositories - public-inbox.git/commit
net_reader: fix single NNTP article fetch, test ranges
authorEric Wong <e@80x24.org>
Sun, 19 Sep 2021 12:50:29 +0000 (12:50 +0000)
committerEric Wong <e@80x24.org>
Sun, 19 Sep 2021 19:52:58 +0000 (19:52 +0000)
commit67fe4d8d90ac77419c8fc41457c849aa7d366a9d
tree5260306802492ad4edf8efe8879ca212d92b35a3
parent7381166453ea76bef14403feb662d1e8bfccd209
net_reader: fix single NNTP article fetch, test ranges

While NNTP ranges was already working, fetching a single message
was broken.  We'll also simplify the code a bit and ensure
incremental synchronization is ignored when ranges are
specified.
lib/PublicInbox/NetReader.pm
t/lei-import-nntp.t
t/uri_nntps.t