diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-29 04:10:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-29 04:10:05 +0000 |
commit | afcc3a4785c7171311734d8391f384eee558ec79 (patch) | |
tree | fddb84fb501bd1260e9a1e1457a836a960b7c1d9 | |
parent | 964e4a305d1fbdfbfde3754845064f681dd38d5c (diff) | |
download | tor-afcc3a4785c7171311734d8391f384eee558ec79.tar.gz tor-afcc3a4785c7171311734d8391f384eee558ec79.zip |
r13977@catbus: nickm | 2007-07-29 00:09:52 -0400
Add compatibility note to control-spec.txt
svn:r10966
-rw-r--r-- | doc/spec/control-spec.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index d6564dce96..433fd1006f 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -76,6 +76,12 @@ $Id$ Specific replies are mentioned below in section 3, and described more fully in section 4. + [Compatibility note: versions of Tor before 0.2.0.3-alpha sometimes + generate AsyncReplies of the form "*(MidReplyLine / DataReplyLine)". + This is incorrect, but controllers that need to work with these + versions of Tor should be prepared to get multi-line AsyncReplies with + the final line (usually "650 OK") omitted.] + 2.4. General-use tokens ; Identifiers for servers. |