diff options
author | Taylor Yu <catalyst@torproject.org> | 2019-12-08 22:37:58 -0600 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2019-12-09 09:55:04 -0600 |
commit | 7bd7089988a5745d0829f3ebefddd2f3889c1428 (patch) | |
tree | 3c6cd6e2324eb5a2f5101b77725ee03508a3e92e /changes/ticket30984 | |
parent | bfe38878b28a90fb80d9e6311d28dcabd978b1ba (diff) | |
download | tor-7bd7089988a5745d0829f3ebefddd2f3889c1428.tar.gz tor-7bd7089988a5745d0829f3ebefddd2f3889c1428.zip |
changes file for ticket 30984
Diffstat (limited to 'changes/ticket30984')
-rw-r--r-- | changes/ticket30984 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |