]> Sergey Matveev's repositories - public-inbox.git/commit
t/nntpd.t: simplify condition for response termination
authorEric Wong <e@80x24.org>
Wed, 30 Sep 2015 21:00:26 +0000 (21:00 +0000)
committerEric Wong <e@80x24.org>
Wed, 30 Sep 2015 21:09:24 +0000 (21:09 +0000)
commitbb93ee6601ac6ca5fb6ff0e9d4d1cfcbb73e7f58
treebdcfb172bb164b05b3d1c944c88ee247e04688af
parent1d236e649df10515bf042fa2283eef509648d9c9
t/nntpd.t: simplify condition for response termination

Multiline responses must end with "\r\n.\r\n", so we won't
break out early in case the OS doesn't support MSG_MORE.
t/nntpd.t