Don't apply read/write buckets to non-limited connections

Fixes bug 9731
This commit is contained in:
Nick Mathewson
2013-09-13 13:37:53 -04:00
parent 2c877d2da4
commit 9205552daa
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
o Major bugfixes:
- Do not apply connection_consider_empty_read/write_buckets to
non-rate-limited connections.