diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-09-13 13:37:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-09-13 13:37:53 -0400 |
commit | 9205552daab22aaa5178f2abbe169bb79f0cf8e3 (patch) | |
tree | e857bc96370ccfe372647969e3837fdc82ee9944 /changes/bug9731 | |
parent | 2c877d2da4a989639311de11e4ada8dd03bc8187 (diff) | |
download | tor-9205552daab22aaa5178f2abbe169bb79f0cf8e3.tar tor-9205552daab22aaa5178f2abbe169bb79f0cf8e3.tar.gz |
Don't apply read/write buckets to non-limited connections
Fixes bug 9731
Diffstat (limited to 'changes/bug9731')
-rw-r--r-- | changes/bug9731 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug9731 b/changes/bug9731 new file mode 100644 index 000000000..11bbc6ab6 --- /dev/null +++ b/changes/bug9731 @@ -0,0 +1,3 @@ + o Major bugfixes: + - Do not apply connection_consider_empty_read/write_buckets to + non-rate-limited connections. |