mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
b5525476f5
Once a NACK is received on the intro circuit, tor tries an other usable one by extending the current circuit to it. If no more intro points are usable, now close the circuit. Also, it's reason is changed before closing it so we don't report again an intro point failure and trigger an extra HS fetch. Fixes #14224 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
o Minor Bugfix
|
|
- Close the intro circuit once we don't have any more usable intro
|
|
points instead of making it timeout at some point. This also make sure
|
|
no extra HS descriptor fetch is triggered.
|