commit 48b7db35590afee77fb608b46328959e8a9b2d31 Author: Nick Mathewson nickm@torproject.org Date: Wed May 11 13:43:19 2016 -0400
Add changes file for ticket 16698 --- changes/ticket16698 | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/changes/ticket16698 b/changes/ticket16698 new file mode 100644 index 0000000..5057050 --- /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.