summaryrefslogtreecommitdiff
path: root/changes/bug15881
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@ev0ke.net>2015-04-30 12:28:11 -0400
committerNick Mathewson <nickm@torproject.org>2015-05-14 10:46:38 -0400
commitc1ffeadff4db375886d40bb5928ddd4fe761ba9f (patch)
treea1911a7d1b60a6908f506f96604f51c90fb8c57b /changes/bug15881
parent95a9920461dd3322280a13c8d99e363c91028ab2 (diff)
downloadtor-c1ffeadff4db375886d40bb5928ddd4fe761ba9f.tar.gz
tor-c1ffeadff4db375886d40bb5928ddd4fe761ba9f.zip
Add missing descriptor ID to HS_DESC control event
For FAILED and RECEIVED action of the HS_DESC event, we now sends back the descriptor ID at the end like specified in the control-spec section 4.1.25. Fixes #15881 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
Diffstat (limited to 'changes/bug15881')
-rw-r--r--changes/bug158813
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug15881 b/changes/bug15881
new file mode 100644
index 0000000000..5cf561e07f
--- /dev/null
+++ b/changes/bug15881
@@ -0,0 +1,3 @@
+ o Controller fixes:
+ - Add the descriptor ID in each HS_DESC control event. It was missing
+ but specified in control-spec.txt. Fixes ticket 15881.