From 90854e2f89771be602d212e8fc6e6ff42dbd133b Mon Sep 17 00:00:00 2001 From: Andrew Claasen Date: Wed, 2 Dec 2020 23:30:02 -0800 Subject: [PATCH] Swapped onApplicationStart() for applicationStop() where possible and added onRequestEnd() to run the applicationStop() function. --- core/api.cfc | 65 ++++++++++++++++++++++------------------------------ 1 file changed, 27 insertions(+), 38 deletions(-) diff --git a/core/api.cfc b/core/api.cfc index 4ccd143..d56c36b 100644 --- a/core/api.cfc +++ b/core/api.cfc @@ -73,13 +73,27 @@ - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -218,14 +206,14 @@ - + - + - + @@ -1076,6 +1064,7 @@ +