Fixed double sending of headers problem with S3 cache
This commit is contained in:
parent
9b85fc59a6
commit
3e2cd54be7
2 changed files with 1 additions and 3 deletions
|
@ -63,9 +63,6 @@ class Application_Common_FileIO
|
|||
}
|
||||
}
|
||||
|
||||
//Squashes headers() warning on PHP 5.3/ubuntu 12.04:
|
||||
flush();
|
||||
|
||||
//We can have multiple levels of output buffering. Need to
|
||||
//keep looping until all have been disabled!!!
|
||||
//http://www.php.net/manual/en/function.ob-end-flush.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue