]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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.


No differences found