mirror of
https://github.com/smittix/intercept.git
synced 2026-06-08 14:11:54 -07:00
e5abeba11c
Consolidated to a single active-request guard with cleanup in finally. The previous pattern had redundant null-checks across try and catch, and an always-false check on a controller that was already null. Cancel-on- new-request is now explicit before creating the new controller.