Extending Symfony's Response class and adding & calling the finish method
Signed-off-by: Koen Schmeets <[email protected]>
This commit is contained in:
+1
-3
@@ -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