From 48b7db35590afee77fb608b46328959e8a9b2d31 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 11 May 2016 13:43:19 -0400 Subject: [PATCH] Add changes file for ticket 16698 --- changes/ticket16698 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ticket16698 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.