mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
e8d84b18aa
Prior to #23100, we were not counting HS circuit build times in our calculation of the timeout. This could lead to a condition where our timeout was set too low, based on non HS circuit build times, and then we would abandon all HS circuits, storing no valid timeouts in the histogram. This commit avoids the assert.
5 lines
200 B
Plaintext
5 lines
200 B
Plaintext
o Minor bugfixes (Assert crash):
|
|
- Avoid an assert in the circuit build timeout code if we fail to
|
|
allow any circuits to actually complete. Fixes bug 25733;
|
|
bugfix on 0.2.2.2-alpha.
|