mirror of
https://github.com/smittix/intercept.git
synced 2026-07-06 00:28:12 -07:00
c9a3bea40d
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.