summaryrefslogtreecommitdiff
path: root/changes/bug13963-decrease-if-modified-since-delay
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug13963-decrease-if-modified-since-delay')
-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.