mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
0fdad78fe1
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 <dgoulet@torproject.org>
4 lines
189 B
Plaintext
4 lines
189 B
Plaintext
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.
|