mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
b6c24eb484
Only use the HS circuit map to know if an introduction circuit is established or not. No need for a flag to keep state of something we already have in the circuit map. Furthermore, the circuit map gets cleaned up properly so it will always have the "latest truth". This commit also removes a unit test that was testing specifically that flag but now we rely solely on the HS circuit map which is also tested few lines below the removed test. Fixes #32094 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
263 B
Plaintext
5 lines
263 B
Plaintext
o Minor bugfixes (hidden service v3):
|
|
- Do not rely on a "circuit established" flag for intro circuit but instead
|
|
always query the HS circuit map. This is to avoid sync issue with that
|
|
flag and the map. Fixes bug 32094; bugfix on 0.3.2.1-alpha.
|