aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-03-26 18:12:16 +1000
committerteor <teor@torproject.org>2019-03-29 17:26:30 +1000
commit194b25f0c7043b2485bb90da6fb24c0e96957875 (patch)
tree8df526797eca8f67814e2b8da2d60e4db462e5bc /changes
parentc2222ba169a059e1a6ce04cb9014fe8870674d87 (diff)
downloadtor-194b25f0c7043b2485bb90da6fb24c0e96957875.tar.gz
tor-194b25f0c7043b2485bb90da6fb24c0e96957875.zip
dircache: Refactor handle_get_next_bandwidth() to use connection_dir_buf_add()
Implements ticket 29897.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket298973
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket29897 b/changes/ticket29897
new file mode 100644
index 0000000000..232a79fbce
--- /dev/null
+++ b/changes/ticket29897
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Refactor handle_get_next_bandwidth() to use connection_dir_buf_add().
+ Implements ticket 29897.