From: Tim Düsterhus Date: Tue, 19 Jan 2021 09:32:59 +0000 (+0100) Subject: Remove call to deprecated HeaderUtil::exceptionDisableGzip(); X-Git-Tag: 5.4.0_Alpha_1~422 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8b4dcd0c4de97c0d16cf40b94f44f3ce07198728;p=GitHub%2FWoltLab%2FWCF.git Remove call to deprecated HeaderUtil::exceptionDisableGzip(); This method is a no-op. see 91b46ad444a1c0d90ae0c309b1386fbd5919f30b see #3634 see #3881 --- 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) {