mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Neuter the partialLoadReady test until it's ngnix-ready
This commit is contained in:
parent
9f7e4fcf6a
commit
ae1d2b3173
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
//try very hard to disable output buffering
|
||||
@ini_set("output_buffering", 0);
|
||||
@apache_setenv("no-gzip", 1);
|
||||
@ini_set("zlib.output_compression", 0);
|
||||
//@ini_set("output_buffering", 0);
|
||||
//@apache_setenv("no-gzip", 1);
|
||||
//@ini_set("zlib.output_compression", 0);
|
||||
ob_start();
|
||||
?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user