Skip to content

Commit 30a2f6d

Browse files
committed
deactivate zlib compression; triggers significant issues towards delivery machines
1 parent 15a2d2d commit 30a2f6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/prepend.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php // -*- C++ -*-
22
// Compress all pages, if ext/zlib is available on the mirror
3-
ini_set("zlib.output_compression", 1);
3+
// XXX Deactivated by sas, causes errors towards delivery machines
4+
// ini_set("zlib.output_compression", 1);
45

56
// See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9
67
// for cache control header descriptions (used in many places on the site).

0 commit comments

Comments
 (0)