From 8b4dcd0c4de97c0d16cf40b94f44f3ce07198728 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 19 Jan 2021 10:32:59 +0100 Subject: [PATCH] Remove call to deprecated HeaderUtil::exceptionDisableGzip(); This method is a no-op. see 91b46ad444a1c0d90ae0c309b1386fbd5919f30b see #3634 see #3881 --- wcfsetup/install/files/lib/system/email/Email.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/email/Email.class.php b/wcfsetup/install/files/lib/system/email/Email.class.php index d2a3f974e8..ebfc1845b6 100644 --- a/wcfsetup/install/files/lib/system/email/Email.class.php +++ b/wcfsetup/install/files/lib/system/email/Email.class.php @@ -699,7 +699,6 @@ class Email { // must treat the content as if the header did not appear in first place, this // also overrules the gzip header if present @header('Content-Encoding: identity'); - HeaderUtil::exceptionDisableGzip(); } $dumpBody = function ($body, $depth) use (&$dumpBody) { -- 2.20.1