summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-06-27 23:41:03 +0000
committerNick Mathewson <nickm@torproject.org>2005-06-27 23:41:03 +0000
commit7479a55724f2ce62f259d55bd1322fe4e8ae3ad6 (patch)
tree2bcb1520b32b37bd8acb6494aa0532ff3154c747
parent1647b6f837b94bd3b040e0cf1cf14af6ab7585f3 (diff)
downloadtor-7479a55724f2ce62f259d55bd1322fe4e8ae3ad6.tar.gz
tor-7479a55724f2ce62f259d55bd1322fe4e8ae3ad6.zip
Note that authentication arguments are optional
svn:r4498
-rw-r--r--doc/control-spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index 7bf7c50b39..152751189b 100644
--- a/doc/control-spec.txt
+++ b/doc/control-spec.txt
@@ -177,7 +177,7 @@ about dns resolves, etc, so the controller can keep synced. -RD]
3.4 AUTHENTICATE
Sent from the client to the server. The syntax is:
- "AUTHENTICATE" SP 1*HEXDIG / QuotedString CRLF
+ "AUTHENTICATE" [ SP 1*HEXDIG / QuotedString ] CRLF
The server responds with "250 OK" on success or "515 Bad authentication" if
the authentication cookie is incorrect.