summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-02 20:42:00 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-02 20:42:00 -0400
commite0b1fd4d3da05701c0970dabd93010d6c7550d43 (patch)
treeef1d00431ddb91651bb5b5fe8bf628270da59738 /changes
parent7bc9f93abbfcabba1acde441b5fac98d4676c08e (diff)
parente0c937f316bce05691cd861d9cc5b58f8ff0d967 (diff)
downloadtor-e0b1fd4d3da05701c0970dabd93010d6c7550d43.tar.gz
tor-e0b1fd4d3da05701c0970dabd93010d6c7550d43.zip
Merge branch 'refactor_dir_client_handler'
Diffstat (limited to 'changes')
-rw-r--r--changes/refactor_reached_eof5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/refactor_reached_eof b/changes/refactor_reached_eof
new file mode 100644
index 0000000000..33ab931b9b
--- /dev/null
+++ b/changes/refactor_reached_eof
@@ -0,0 +1,5 @@
+ o Code simplification and refactoring:
+
+ - Break up the 630-line function connection_dir_client_reached_eof() into
+ a dozen smaller functions. This change should help maintainability and
+ readability of the client directory code.