tor/changes/decouple_circuit_mark
2016-02-01 16:46:29 -05:00

7 lines
302 B
Plaintext

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.