From: Taylor Yu Date: Mon, 9 Dec 2019 04:37:58 +0000 (-0600) Subject: changes file for ticket 30984 X-Git-Tag: tor-0.4.3.1-alpha~76^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bd7089988a5745d0829f3ebefddd2f3889c1428;p=thirdparty%2Ftor.git changes file for ticket 30984 --- diff --git a/changes/ticket30984 b/changes/ticket30984 new file mode 100644 index 0000000000..de7d055415 --- /dev/null +++ b/changes/ticket30984 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Create a new abstraction for formatting control protocol reply + lines based on key-value pairs. Refactor some existing control + protocol code to take advantage of this. Closes ticket 30984.