From 276f96aec303bb25a714c5ad12d50f2c69aa7ae9 Mon Sep 17 00:00:00 2001 From: Koen Schmeets Date: Wed, 20 Jun 2012 19:27:24 +0200 Subject: [PATCH] Adding comment to finish call --- laravel/laravel.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/laravel/laravel.php b/laravel/laravel.php index 990c8cee..542c945d 100644 --- a/laravel/laravel.php +++ b/laravel/laravel.php @@ -180,4 +180,16 @@ Event::fire('laravel.done', array($response)); +/* +|-------------------------------------------------------------------------- +| Finish the request for PHP-FastCGI +|-------------------------------------------------------------------------- +| +| Stopping the PHP process for PHP-FastCGI users to speed up some +| PHP queries. Acceleration is possible when there are actions in the +| process of script execution that do not affect server response. +| For example, saving the session in memcached can occur after the page +| has been formed and passed to a web server. +*/ + $response->foundation->finish(); \ No newline at end of file