]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: remove more() wrapper
authorEric Wong <e@80x24.org>
Sat, 23 Jul 2022 04:41:47 +0000 (04:41 +0000)
committerEric Wong <e@80x24.org>
Sat, 23 Jul 2022 14:22:28 +0000 (14:22 +0000)
commit806b83f28401901daaf9170b030fca6fd2fd930e
tree3dc35b952844679dded8d22591ac16db7e51732f
parent0b3d2b151965aad70ca90f642edf0059c29e6855
nntp: remove more() wrapper

Using PublicInbox::DS->msg_more directly can avoid unnecessary
CoW memory traffic since there's no appending "\r\n".
lib/PublicInbox/NNTP.pm