diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-22 07:57:10 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-22 07:57:10 +0000 |
commit | c02fb8997b14f39f14adce7b3082b7e2060495c5 (patch) | |
tree | d7e09a483be1fb2051056ee34ab5e10c7ab95565 /doc/spec | |
parent | 353abd98306f448adf474a44850838f0238505e2 (diff) | |
download | tor-c02fb8997b14f39f14adce7b3082b7e2060495c5.tar.gz tor-c02fb8997b14f39f14adce7b3082b7e2060495c5.zip |
backport candidate:
Make it possible to read the PROTOCOLINFO response in a way that
conforms to our control-spec. Reported by Matt Edman.
svn:r11251
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/control-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index d19965456e..ed9e9c3cd1 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -741,7 +741,7 @@ $Id$ "PROTOCOLINFO" *(SP PIVERSION) CRLF The server reply format is: - "250+PROTOCOLINFO" SP PIVERSION CRLF *InfoLine "250 OK" CRLF + "250-PROTOCOLINFO" SP PIVERSION CRLF *InfoLine "250 OK" CRLF InfoLine = AuthLine / VersionLine / OtherLine |