decouple_circuit_mark 302 B

123456
  1. o Code simplification and refactoring:
  2. - Extract the more complicated parts of circuit_mark_for_close into
  3. a new function run periodically before connections are freed.
  4. This change removes more than half of the functions currently
  5. in the "blob".
  6. Closes ticket 17218.