summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-13 14:32:43 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-13 14:32:43 -0400
commitd950e243328eaac40515b4b16ac328f6748c7a3f (patch)
tree6b8f2c8202137a277cb3576c0153392927408a8b /changes
parent032e3b733f7bf304a778459597e7ed7b371234c7 (diff)
parent9df61d7028936257538b15d1d3f8e04a370edb09 (diff)
downloadtor-d950e243328eaac40515b4b16ac328f6748c7a3f.tar.gz
tor-d950e243328eaac40515b4b16ac328f6748c7a3f.zip
Merge remote-tracking branch 'public/bug11243_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket112437
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket11243 b/changes/ticket11243
new file mode 100644
index 0000000000..0b470baf79
--- /dev/null
+++ b/changes/ticket11243
@@ -0,0 +1,7 @@
+ o Major features (downloading):
+ - Upon receiving a server descriptor, microdescriptor, extrainfo
+ document, or other object that is unparseable, if its digest
+ matches what we expected, then mark it as not to be downloaded
+ again. Previously, when we got a descriptor we didn't like, we
+ would keep trying to download it over and over. Closes ticket
+ 11243.