aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-11-10 09:47:48 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-11-10 09:47:48 +1100
commit0d5a439292a7837033afb733221b1f3b1f641b5f (patch)
tree17250cf393efcb3041688c4497aff01596de103a /changes
parentaf80d472f7d6cb32370176d4dd02b5194adf0f3d (diff)
downloadtor-0d5a439292a7837033afb733221b1f3b1f641b5f.tar.gz
tor-0d5a439292a7837033afb733221b1f3b1f641b5f.zip
Mark fallback directoriess as too busy after a 503 response
Mark fallback directory mirrors as "too busy" when they return a 503 response. Previously, the code just marked authorities as busy. Unless clients set their own fallback directories, they will never see this bug. (There are no default fallbacks yet.) Fixes bug 17572; bugfix on 5c51b3f1f0d4 released in 0.2.4.7-alpha. Patch by "teor".
Diffstat (limited to 'changes')
-rw-r--r--changes/bug17572-fallback-by-digest5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug17572-fallback-by-digest b/changes/bug17572-fallback-by-digest
new file mode 100644
index 0000000000..3fba123360
--- /dev/null
+++ b/changes/bug17572-fallback-by-digest
@@ -0,0 +1,5 @@
+ o Minor bugfix (fallback directories):
+ - Mark fallbacks as "too busy" when they return a 503 response,
+ rather than just marking authorities.
+ Fixes bug 17572; bugfix on 5c51b3f1f0d4 released in 0.2.4.7-alpha.
+ Patch by "teor".