Skip to content
Snippets Groups Projects
Commit 787625ba authored by Maxime Veber's avatar Maxime Veber
Browse files

Removing header flush

parent 17e5742e
No related tags found
No related merge requests found
......@@ -31,11 +31,13 @@ header('Content-Type: application/json', true);
switch ($vars['REQUEST_URI']) {
case '/long-to-execute':
flush();
// Removing header flush because nobody actually does that
// flush();
sleep(5);
break;
case '/faster':
flush();
// Removing header flush because nobody actually does that
// flush();
sleep(1);
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment