From 1ac28b1a4866efa53bc7fecd01f70f573b727f44 Mon Sep 17 00:00:00 2001 From: Rustic Cyberpunk <32854305+cypnk@users.noreply.github.com> Date: Sat, 19 Mar 2022 07:11:29 -0400 Subject: [PATCH] Removed redundant abort check --- index.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.php b/index.php index 4e9c83c..1204ff5 100644 --- a/index.php +++ b/index.php @@ -7821,11 +7821,6 @@ function request( string $event, array $hook, array $params ) : array { // Check throttling sessionThrottle(); - // Check for closed connection - if ( \connection_aborted() ) { - visitorAbort(); - } - $host = getHost(); // Empty host?