]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: fix STAT command
authorEric Wong <e@yhbt.net>
Sat, 1 Aug 2020 20:16:58 +0000 (20:16 +0000)
committerEric Wong <e@yhbt.net>
Sun, 2 Aug 2020 08:25:16 +0000 (08:25 +0000)
commit3e5b497d0f7d415140da2caabf267d62711b83b4
tree2015f19b412865d79e2cd7b07dbd2fe246e6594e
parent0faddbbfecaa784c584d3a625628c288fe9316c7
nntp: fix STAT command

The return value of art_lookup changed but this command wasn't
updated since it wasn't tested.

Fixes: 0e6ceff37fc38f28 ("nntp: support slow blob retrievals")
lib/PublicInbox/NNTP.pm
t/nntpd.t