Yes, "NL" means "LF" to Tor.

svn:r17192
This commit is contained in:
Nick Mathewson 2008-11-05 18:31:28 +00:00
parent 3f858b5b26
commit 39db9fbe00

View file

@ -213,6 +213,7 @@ $Id$
More formally:
NL = The ascii LF character (hex value 0x0a).
Document ::= (Item | NL)+
Item ::= KeywordLine Object*
KeywordLine ::= Keyword NL | Keyword WS ArgumentChar+ NL