" . $app['timer']->delay() .": in aR

\n"; $content = $response->getContent(); if ($content !== FALSE) { $content .= $MESSAGE; $response->setContent($content); } else { // Only echo info on text responses. $ct = $response->headers->get('Content-Type'); if (isset($ct) && strpos($ct, 'text') !== 0) { return; } echo $MESSAGE; flush(); } } }