From 3f8a12a63a5a1d8b4d40451586377423c95bda09 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 27 Jun 2018 12:20:39 -0400 Subject: control: Make HSPOST properly parse HSADDRESS= param For HSv3, the HSADDRESS= wasn't properly parsed for the HSPOST command. It now correctly use it and furthermore sends back a "200 OK" in case the command is successful for a v3 descriptor. Fixes #26523 Signed-off-by: David Goulet --- changes/bug26523 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug26523 (limited to 'changes') diff --git a/changes/bug26523 b/changes/bug26523 new file mode 100644 index 0000000000..a739d240e9 --- /dev/null +++ b/changes/bug26523 @@ -0,0 +1,5 @@ + o Minor bugfixes (hidden service, control port): + - The HSPOST command wasn't parsing properly the HSADDRESS= parameter and + thus not using it. It now handles it correctly. Fixes bug 26523; bugfix on + 0.3.3.1-alpha. Patch by "akwizgran". + -- cgit v1.2.3-54-g00ecf