]> Sergey Matveev's repositories - public-inbox.git/commit
nntp: header responses use CRLF consistently
authorEric Wong <e@80x24.org>
Wed, 16 Jan 2019 04:51:28 +0000 (04:51 +0000)
committerEric Wong <e@80x24.org>
Wed, 16 Jan 2019 04:51:28 +0000 (04:51 +0000)
commitd66aa534a4a7506cfc5cfab49d1e09f8db8be3dd
tree5d65d49ac983aec42ecf1f2ee1bdbcea588d2c07
parent1f4ce0de1cd70b905dc2cd40628785b01060738c
nntp: header responses use CRLF consistently

Alpine is apparently stricter than other clients I've tried
w.r.t. using CRLF for headers.  So do the same thing we do for
bodies to ensure we only emit CRLFs and no bare LFs.

Reported-by: Wang Kang <i@scateu.me>
  https://public-inbox.org/meta/alpine.DEB.2.21.99.1901161043430.29788@la.scateu.me/
lib/PublicInbox/NNTP.pm