]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: simplify the long_response API
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 3 Apr 2018 11:09:12 +0000 (11:09 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 3 Apr 2018 12:06:17 +0000 (12:06 +0000)
commitb8c41362f2a5c8fcc6b1846a79c72bfa77565297
tree478667e1ca0d300260427e5499ff0a692b25913f
parent445d2062a60959a04b55d7d1fe4439eff23cd44d
nntp: simplify the long_response API

We we worked around the default range/termination conditions of
long_response in many cases to reduce calls to SQLite or Xapian.
So continue that trend and become more like the PSGI API
which doesn't force callers to specify an article range or
work inside a loop.
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/NNTP.pm
t/v2writable.t