From 8b4e5b7ee902fb7fa07767410a18433d752c7aef Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 2 Oct 2015 17:55:25 +0200 Subject: Experimentally decouple the main body of circuit_mark_for_close --- changes/decouple_circuit_mark | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/decouple_circuit_mark (limited to 'changes') diff --git a/changes/decouple_circuit_mark b/changes/decouple_circuit_mark new file mode 100644 index 0000000000..4b7ed778a2 --- /dev/null +++ b/changes/decouple_circuit_mark @@ -0,0 +1,6 @@ + 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. -- cgit v1.2.3-54-g00ecf