mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
7 lines
303 B
Text
7 lines
303 B
Text
|
o Code simplification and refactoring:
|
||
|
- Extract the more complicated parts of circuit_mark_for_close into
|
||
|
a new function run periodically before connections are freed.
|
||
|
This change removes more than half of the functions currently
|
||
|
in the "blob".
|
||
|
Closes ticket #17218.
|