chiark / gitweb /
LitLinesCrlf: expect input without the final empty line
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 May 2026 10:23:37 +0000 (11:23 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 May 2026 11:05:40 +0000 (12:05 +0100)
commit8f6606228fb0f222ec4efec1d2e8b5966fdcb315
tree17c35c6d382f5e9293c56356a0c7e46eec5f48cb
parenta90d1c0ed2b18490d965fb7ee1118797a51dec8c
LitLinesCrlf: expect input without the final empty line

Before we got rid of the macro, this was handled by the way the `{}`
were embedded in the format string.

Then it was present in the source, stripped by LitLinesCrlf and then
added back by lines_crlf.  Now it is only handled by lines_crlf and
everything is reasonably straightforward.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
client/client.rs