summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-09-06 15:58:30 +1000
committerNick Mathewson <nickm@torproject.org>2016-09-13 10:13:56 -0400
commit0285f4f34d72b2b77f36fd55fa46216f6b54efc4 (patch)
treec4b24dd434bbdc3039794cc0a64253f9b2e721f3 /changes
parent3e4a401ead701750218146edde939ef74ce8a5d0 (diff)
downloadtor-0285f4f34d72b2b77f36fd55fa46216f6b54efc4.tar.gz
tor-0285f4f34d72b2b77f36fd55fa46216f6b54efc4.zip
Use CircuitBuildTimeout whenever circuit_build_times_disabled is true
Previously, we checked LearnCircuitBuildTimeout directly. Fixes bug #20073 in commit 5b0b51ca3 on tor 0.2.4.12-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature171783
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature17178 b/changes/feature17178
index 2bd2049bc5..df6aae3ced 100644
--- a/changes/feature17178
+++ b/changes/feature17178
@@ -18,3 +18,6 @@
- Prevent Tor2web clients running hidden services, these services are
not anonymous due to the one-hop client paths.
Fixes bug #19678. Patch by teor.
+ o Minor bug fixes (circuits):
+ - Use CircuitBuildTimeout whenever LearnCircuitBuildTimeout is disabled.
+ Fixes bug #19678 in commit 5b0b51ca3 in 0.2.4.12-alpha. Patch by teor.