mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
8 lines
482 B
Plaintext
8 lines
482 B
Plaintext
o Minor bugfixes (onion services, performance):
|
|
- If we are building circuits to onion services, in circuit_is_acceptable()
|
|
we only call tor_addr_parse() in places where we use the returned
|
|
family and address values from this function. Previously, we called
|
|
tor_addr_parse() in circuit_is_acceptable() even if it wasn't used.
|
|
This change will improve performance when building circuits. Fixes
|
|
bug 22210; bugfix on 0.2.8.12. Patch by Neel Chauhan
|