소스 검색

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
 
   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.