[or-cvs] [tor/master] Clarify that CRLF means "A CR then an LF". Explain what those are.

nickm at torproject.org nickm at torproject.org
Fri Mar 5 22:01:40 UTC 2010


Author: Nick Mathewson <nickm at torproject.org>
Date: Fri, 5 Mar 2010 17:00:13 -0500
Subject: Clarify that CRLF means "A CR then an LF".  Explain what those are.
Commit: ac8b8bca1167dee1ecd3bea1e1b8db945a6cede8

Apparently this is not as obvious as I thought.
---
 doc/spec/control-spec.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt
index 7d3312a..9ae51b0 100644
--- a/doc/spec/control-spec.txt
+++ b/doc/spec/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
 
-- 
1.6.5



More information about the tor-commits mailing list