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>
This commit is contained in:
David Goulet
2015-04-30 12:28:11 -04:00
committed by Nick Mathewson
parent 95a9920461
commit c1ffeadff4
9 changed files with 109 additions and 29 deletions
+3
View File
@@ -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.