]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: start adding CRLF to responses natively
authorEric Wong <e@80x24.org>
Sat, 23 Jul 2022 04:41:46 +0000 (04:41 +0000)
committerEric Wong <e@80x24.org>
Sat, 23 Jul 2022 14:22:27 +0000 (14:22 +0000)
commit0b3d2b151965aad70ca90f642edf0059c29e6855
treec997fe23fdc112d358a58822c5df8328949e957e
parentb9a2b0a73585462288a0d82a2293e6ef2d601d2a
nntp: start adding CRLF to responses natively

With IMAP and POP3, I've started to embed CRLF into constant
response codes to avoid triggering CoW and extra memory traffic
in Perl.

The end goal is to enable more code sharing between IMAP, NNTP,
and POP3 inside one -netd process.
lib/PublicInbox/NNTP.pm