From: Nick Mathewson Date: Wed, 11 May 2016 17:43:19 +0000 (-0400) Subject: Add changes file for ticket 16698 X-Git-Tag: tor-0.2.9.1-alpha~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b7db35590afee77fb608b46328959e8a9b2d31;p=thirdparty%2Ftor.git Add changes file for ticket 16698 --- 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.