]> Sergey Matveev's repositories - public-inbox.git/commitdiff
nntp: use substr to check for trailing CRLF
authorEric Wong <e@80x24.org>
Sat, 23 Jul 2022 06:13:07 +0000 (06:13 +0000)
committerEric Wong <e@80x24.org>
Sat, 23 Jul 2022 14:22:36 +0000 (14:22 +0000)
Regexps consume more CPU cycles and memory, and aren't
necessary here since we just converted the entire buffer
to CRLF.


No differences found