mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
what to do on a failed setconf was a bit unspecified
svn:r5413
This commit is contained in:
parent
7dbf2511c3
commit
396577d17e
@ -115,9 +115,10 @@ $Id$
|
|||||||
is an error in any of the configuration settings, Tor sets none of them.
|
is an error in any of the configuration settings, Tor sets none of them.
|
||||||
|
|
||||||
Tor responds with a "250 configuration values set" reply on success.
|
Tor responds with a "250 configuration values set" reply on success.
|
||||||
Tor responds with a "513 syntax error in configuration values" reply on
|
If some of the listed keywords can't be found, Tor replies with a
|
||||||
syntax error, or a "553 impossible configuration setting" reply on a
|
"552 Unrecognized option" message. Otherwise, Tor responds with a
|
||||||
semantic error.
|
"513 syntax error in configuration values" reply on syntax error, or a
|
||||||
|
"553 impossible configuration setting" reply on a semantic error.
|
||||||
|
|
||||||
When a configuration option takes multiple values, or when multiple
|
When a configuration option takes multiple values, or when multiple
|
||||||
configuration keys form a context-sensitive group (see GETCONF below), then
|
configuration keys form a context-sensitive group (see GETCONF below), then
|
||||||
@ -151,7 +152,7 @@ $Id$
|
|||||||
250 keyword
|
250 keyword
|
||||||
|
|
||||||
If some of the listed keywords can't be found, Tor replies with a
|
If some of the listed keywords can't be found, Tor replies with a
|
||||||
"552 unknown configuration keyword" message.
|
"552 unknown configuration keyword" message.
|
||||||
|
|
||||||
If an option appears multiple times in the configuration, all of its
|
If an option appears multiple times in the configuration, all of its
|
||||||
key-value pairs are returned in order.
|
key-value pairs are returned in order.
|
||||||
|
Loading…
Reference in New Issue
Block a user