From 0fdad78fe1f20955ba1c0c93c752e20063c0bb58 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 5 Apr 2017 16:28:37 -0400 Subject: cell: Do not warn on hidden service invalid port When a client tried to connect to an invalid port of an hidden service, a warning was printed: [warn] connection_edge_process_relay_cell (at origin) failed. This is because the connection subsystem wants to close the circuit because the port can't be found and then returns a negative reason to achieve that. However, that specific situation triggered a warning. This commit prevents it for the specific case of an invalid hidden service port. Fixes #16706 Signed-off-by: David Goulet --- changes/bug16706 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug16706 (limited to 'changes/bug16706') diff --git a/changes/bug16706 b/changes/bug16706 new file mode 100644 index 0000000000..9c1e315321 --- /dev/null +++ b/changes/bug16706 @@ -0,0 +1,3 @@ + o Minor bugfixes (hidden service): + - Stop printing cryptic warning when a client tries to connect on an + invalid port of the service. Fixes #16706.; bugfix on tor-0.2.6.3-alpha. -- cgit v1.2.3-54-g00ecf