Tor responds with a "250 configuration values set" reply on success.
If some of the listed keywords can't be found, Tor replies with a
According to git blame that hasn't been the case since... 2008? 2007?
case SETOPT_OK: config_free_lines(lines); send_control_done(conn); return 0;
Sent from the client to the server. The syntax is as for GETCONF:
"GETINFO" 1*(SP keyword) CRLF
one or more NL-terminated strings. The server replies with an INFOVALUE
message, or a 551 or 552 error.
"one or nor NL-terminated strings" is confusing. Did a newline and a word get cutoff somewhere, or am I just being dense?
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
Tor responds with a "250 configuration values set" reply on success.
If some of the listed keywords can't be found, Tor replies with a
According to git blame that hasn't been the case since... 2008? 2007?
Do you mean that the text is different? Current tor responds with '250 OK'.
Sent from the client to the server. The syntax is as for GETCONF:
"GETINFO" 1*(SP keyword) CRLF
one or more NL-terminated strings. The server replies with an INFOVALUE
message, or a 551 or 552 error.
"one or nor NL-terminated strings" is confusing. Did a newline and a word get cutoff somewhere, or am I just being dense?
INFOVALUE also isn't defined or used anywhere else. Both of those issues date back to 2005.
Tor responds with a "250 configuration values set" reply on success.
If some of the listed keywords can't be found, Tor replies with a
According to git blame that hasn't been the case since... 2008? 2007?
Do you mean that the text is different? Current tor responds with '250 OK'.
Indeed. It stood out as the only thing not documented to return 250 OK.
Sent from the client to the server. The syntax is as for GETCONF:
"GETINFO" 1*(SP keyword) CRLF
one or more NL-terminated strings. The server replies with an INFOVALUE
message, or a 551 or 552 error.
"one or nor NL-terminated strings" is confusing. Did a newline and a word get cutoff somewhere, or am I just being dense?
INFOVALUE also isn't defined or used anywhere else. Both of those issues date back to 2005.