From 2f217035e27ccedac6b14fdda9fbc81fb022c1a5 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 28 Aug 2008 14:18:13 +0000 Subject: [PATCH] Once we reset, no need to keep looping. --- includes/GlobalFunctions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 9a4cd43373..49de9f1e5f 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1391,6 +1391,7 @@ function wfResetOutputBuffers( $resetGzipEncoding=true ) { // Reset the 'Content-Encoding' field set by this handler // so we can start fresh. header( 'Content-Encoding:', true ); + break; } } } -- 2.20.1