浏览代码

Note that authentication arguments are optional

svn:r4498
Nick Mathewson 20 年之前
父节点
当前提交
7479a55724
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/control-spec.txt

+ 1 - 1
doc/control-spec.txt

@@ -177,7 +177,7 @@ about dns resolves, etc, so the controller can keep synced. -RD]
 3.4 AUTHENTICATE
 3.4 AUTHENTICATE
 
 
   Sent from the client to the server.  The syntax is:
   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 server responds with "250 OK" on success or "515 Bad authentication" if
   the authentication cookie is incorrect.
   the authentication cookie is incorrect.