diff options
author | teor <teor@torproject.org> | 2020-03-18 19:15:14 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-09 11:00:04 +1000 |
commit | aa560a5ade65ea7a2dc1eab3bf7d82d805c8d785 (patch) | |
tree | 8e83b16e56be20acb6f43876eb385c00fa4040a7 /changes/ticket33633 | |
parent | d79e5d52bc6bfa5550614e58c1700885912fcff3 (diff) | |
download | tor-aa560a5ade65ea7a2dc1eab3bf7d82d805c8d785.tar.gz tor-aa560a5ade65ea7a2dc1eab3bf7d82d805c8d785.zip |
changes: file for 33633
Diffstat (limited to 'changes/ticket33633')
-rw-r--r-- | changes/ticket33633 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket33633 b/changes/ticket33633 new file mode 100644 index 0000000000..de030a6000 --- /dev/null +++ b/changes/ticket33633 @@ -0,0 +1,6 @@ + o Code simplification and refactoring: + - Move the circuit extend code to the relay module. + Split the circuit extend function into smaller functions. + Closes ticket 33633. + - Move LOG_PROTOCOL_WARN to app/config.c. Resolves a dependency inversion. + Closes ticket 33633. |