Extending Symfony's Response class and adding & calling the finish method
Signed-off-by: Koen Schmeets <k.schmeets@gmail.com>
This commit is contained in:
@@ -180,6 +180,4 @@ $response->send();
|
||||
|
||||
Event::fire('laravel.done', array($response));
|
||||
|
||||
if (function_exists('fastcgi_finish_request')) {
|
||||
fastcgi_finish_request();
|
||||
}
|
||||
$response->finish();
|
||||
Reference in New Issue
Block a user