From a6ea2a1fe7389337f5a23cf47a031c5a56d9f02d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 5 Mar 2010 17:00:13 -0500 Subject: [PATCH] Clarify that CRLF means "A CR then an LF". Explain what those are. Apparently this is not as obvious as I thought. --- control-spec.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/control-spec.txt b/control-spec.txt index 7d3312a..9ae51b0 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -87,6 +87,10 @@ 2.4. General-use tokens + ; CRLF means, "the ASCII Carriage Return character (decimal value value 13) + ; followed by the ASCII Linefeed character (decimal value 10)." + CRLF = CR LF + ; Identifiers for servers. ServerID = Nickname / Fingerprint