mirror of
https://github.com/torproject/torspec.git
synced 2024-11-23 09:49:45 +00:00
control-spec: refer to a correct nonterminal in the "grammar"
Reported by Richard Clayton via Steven Murdoch.
This commit is contained in:
parent
eacdd6ec6c
commit
9b1ca30bc5
@ -121,7 +121,7 @@
|
||||
AsyncReply = *(MidReplyLine / DataReplyLine) EndReplyLine
|
||||
|
||||
MidReplyLine = StatusCode "-" ReplyLine
|
||||
DataReplyLine = StatusCode "+" ReplyLine Data
|
||||
DataReplyLine = StatusCode "+" ReplyLine CmdData
|
||||
EndReplyLine = StatusCode SP ReplyLine
|
||||
ReplyLine = [ReplyText] CRLF
|
||||
ReplyText = XXXX
|
||||
|
Loading…
Reference in New Issue
Block a user