diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-04-02 22:02:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-04-02 22:02:13 +0000 |
commit | 4a90d3722969f6b0c8b7a4507af0889594fbed13 (patch) | |
tree | 947f458dfa1782f2e20271e7f730a79533da07db /doc | |
parent | a1397b2d045b9efc05a8e2fa869a32b23074075c (diff) | |
download | tor-4a90d3722969f6b0c8b7a4507af0889594fbed13.tar.gz tor-4a90d3722969f6b0c8b7a4507af0889594fbed13.zip |
Better messages when POSTDESCRIPTOR fails
svn:r3989
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-spec.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index e89a460c23..decff5280e 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -382,9 +382,10 @@ the message. The descriptor, when parsed, must contain a number of well-specified fields, including fields for its nickname and identity. - If there is an error in parsing the descriptor, or if the server rejects - the descriptor for any reason, the server must send an appropriate error - message. + If there is an error in parsing the descriptor, the server must send an + appropriate error message. If the descriptor is well-formed but the server + chooses not to add it, it must reply with a DONE message whose body + explains why the server was not added. 3.17 FRAGMENTHEADER (Type 0x0010) |