diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-08-22 21:18:45 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-08-22 21:47:59 -0400 |
commit | ae1d2b3173876e7062324aa61398fef9d0f59f79 (patch) | |
tree | 2a2a74cf438645b406896c5a4618dff399e62ab1 /test/data/event | |
parent | 9f7e4fcf6a7f469dd30baf5cb68cc7d938ce9144 (diff) | |
download | jquery-ae1d2b3173876e7062324aa61398fef9d0f59f79.tar.gz jquery-ae1d2b3173876e7062324aa61398fef9d0f59f79.zip |
Neuter the partialLoadReady test until it's ngnix-ready
Diffstat (limited to 'test/data/event')
-rw-r--r-- | test/data/event/partialLoadReady.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/data/event/partialLoadReady.php b/test/data/event/partialLoadReady.php index 000ee567b..1a93b0b8a 100644 --- a/test/data/event/partialLoadReady.php +++ b/test/data/event/partialLoadReady.php @@ -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(); ?> |