mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Say 'Invalid argument' instead of unclear 'Unrecognized'
This commit is contained in:
parent
c87d9b13a4
commit
e77033e9ee
1 changed files with 1 additions and 1 deletions
|
@ -4081,7 +4081,7 @@ handle_control_hsfetch(control_connection_t *conn, uint32_t len,
|
|||
* of the id. */
|
||||
desc_id = digest;
|
||||
} else {
|
||||
connection_printf_to_buf(conn, "513 Unrecognized \"%s\"\r\n",
|
||||
connection_printf_to_buf(conn, "513 Invalid argument \"%s\"\r\n",
|
||||
arg1);
|
||||
goto done;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue