Skip to content
Extraits de code Groupes Projets
Valider 8db62257 rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Remove ob_start()/ob_flush() calls in proxy index.php.

parent dfab838e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -8,15 +8,8 @@ use Piwik\Tracker\Cache; ...@@ -8,15 +8,8 @@ use Piwik\Tracker\Cache;
require realpath(dirname(__FILE__)) . "/includes.php"; require realpath(dirname(__FILE__)) . "/includes.php";
// Wrapping the request inside ob_start() calls to ensure that the Test
// calling us waits for the full request to process before unblocking
ob_start();
Piwik_TestingEnvironment::addHooks(); Piwik_TestingEnvironment::addHooks();
\Piwik\Profiler::setupProfilerXHProf(); \Piwik\Profiler::setupProfilerXHProf();
// Disable index.php dispatch since we do it manually below include PIWIK_INCLUDE_PATH . '/index.php';
include PIWIK_INCLUDE_PATH . '/index.php'; \ No newline at end of file
ob_flush();
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter