diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-11 13:43:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-11 13:43:28 -0400 |
commit | 48b7db35590afee77fb608b46328959e8a9b2d31 (patch) | |
tree | 5b4122f340e9a31ec22545e3669d85fe5904b1b0 /changes/ticket16698 | |
parent | ad8b9dcd4713133fe840608e1ea98b09af6bc85a (diff) | |
download | tor-48b7db35590afee77fb608b46328959e8a9b2d31.tar.gz tor-48b7db35590afee77fb608b46328959e8a9b2d31.zip |
Add changes file for ticket 16698
Diffstat (limited to 'changes/ticket16698')
-rw-r--r-- | changes/ticket16698 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket16698 b/changes/ticket16698 new file mode 100644 index 0000000000..5057050c16 --- /dev/null +++ b/changes/ticket16698 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Split the 600-line directory_handle_command_get function into + separate functions for different URL types. Closes ticket 16698. |