aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2014-12-20 21:59:17 +1100
committerteor <teor2345@gmail.com>2014-12-24 06:13:32 +1100
commit8a8797f1e45e6124ac93e3a8fb277b5758d7c935 (patch)
treec0d660a7c4d3c56a55a70304bc0a808733dc7e4e /changes
parent1ee41b3eef4b5e561c7c73e79885fe858dac6d80 (diff)
downloadtor-8a8797f1e45e6124ac93e3a8fb277b5758d7c935.tar.gz
tor-8a8797f1e45e6124ac93e3a8fb277b5758d7c935.zip
Fix If-Modified-Since in rapidly updating Tor networks
When V3AuthVotingInterval is low, decrease the delay on the If-Modified-Since header passed to directory servers. This allows us to obtain consensuses promptly when the consensus interval is very short. This assists in bootstrapping a testing Tor network. Fixes bugs 13718 & 13963.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug13963-decrease-if-modified-since-delay7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug13963-decrease-if-modified-since-delay b/changes/bug13963-decrease-if-modified-since-delay
new file mode 100644
index 0000000000..62371444c4
--- /dev/null
+++ b/changes/bug13963-decrease-if-modified-since-delay
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - When V3AuthVotingInterval is low, decrease the delay on the
+ If-Modified-Since header passed to directory servers.
+ This allows us to obtain consensuses promptly when the consensus
+ interval is very short.
+ This assists in bootstrapping a testing Tor network.
+ Fixes bugs 13718 & 13963.