summaryrefslogtreecommitdiff
path: root/changes/bug25733
AgeCommit message (Collapse)Author
2018-05-15use sortChanges to begin an 0.3.4.1-alpha changelogNick Mathewson
2018-04-26Bug 25733: Avoid assert failure if all circuits time out.Mike Perry
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.