aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-09-13 13:37:53 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-13 13:39:18 -0400
commitc5532889a8e4b2788253c420af6568820483147c (patch)
tree474d25f6059d28c3f9af9bea48fd5bc053cf6c74 /changes
parent2c877d2da4a989639311de11e4ada8dd03bc8187 (diff)
downloadtor-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/bug97313
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.