mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
7 lines
294 B
Text
7 lines
294 B
Text
|
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.
|