diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-20 08:50:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-20 08:50:18 -0500 |
commit | 09fb7987c5bfa248efba2961afe5eb5c8f5a6e9c (patch) | |
tree | 477fe09eab200eb65d35004d14e7c882c915f923 /changes | |
parent | d559ca3d5aa693e4606e34888048eeda0f5c2e97 (diff) | |
parent | f733b8acd67f487a56e56bfb454ff99bc8d1cab0 (diff) | |
download | tor-09fb7987c5bfa248efba2961afe5eb5c8f5a6e9c.tar.gz tor-09fb7987c5bfa248efba2961afe5eb5c8f5a6e9c.zip |
Merge branch 'maint-0.4.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33029 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket33029 b/changes/ticket33029 new file mode 100644 index 0000000000..c32ee4ad84 --- /dev/null +++ b/changes/ticket33029 @@ -0,0 +1,5 @@ + o Major bugfixes (directory authority): + - Directory authorities will now send a 503 (not enough bandwidth) code to + clients when under bandwidth pressure. Known relays and other authorities + will always be answered regardless of the bandwidth situation. Fixes bug + 33029; bugfix on 0.1.2.5-alpha. |