[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] Clarify that CRLF means "A CR then an LF". Explain what those are.
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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