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:39:18 -0400 |
commit | c5532889a8e4b2788253c420af6568820483147c (patch) | |
tree | 474d25f6059d28c3f9af9bea48fd5bc053cf6c74 /changes | |
parent | 2c877d2da4a989639311de11e4ada8dd03bc8187 (diff) | |
download | tor-c5532889a8e4b2788253c420af6568820483147c.tar tor-c5532889a8e4b2788253c420af6568820483147c.tar.gz |
Don't apply read/write buckets to cpuworker connections
Fixes bug 9731
Diffstat (limited to 'changes')
-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..828496af3 --- /dev/null +++ b/changes/bug9731 @@ -0,0 +1,3 @@ + o Major bugfixes: + - Do not apply connection_consider_empty_read/write_buckets to + cpuworker connections. |