mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
control: Fix wrong Action on failure to upload an HS descriptor
On failure to upload, the HS_DESC event would report "UPLOAD_FAILED" as the Action but it should have reported "FAILED" according to the spec. Fixes #24230 Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (control port, hidden service):
|
||||
- Control port was reporting the action "UPLOAD_FAILED" instead of
|
||||
"FAILED" for the HS_DESC event when a service was not able to upload a
|
||||
descriptor. Fixes bug 24230; bugfix on 0.2.7.1-alpha.
|
||||
Reference in New Issue
Block a user