Skip to content

Commit 276f96a

Browse files
committed
Adding comment to finish call
1 parent 189f381 commit 276f96a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

laravel/laravel.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,16 @@
180180

181181
Event::fire('laravel.done', array($response));
182182

183+
/*
184+
|--------------------------------------------------------------------------
185+
| Finish the request for PHP-FastCGI
186+
|--------------------------------------------------------------------------
187+
|
188+
| Stopping the PHP process for PHP-FastCGI users to speed up some
189+
| PHP queries. Acceleration is possible when there are actions in the
190+
| process of script execution that do not affect server response.
191+
| For example, saving the session in memcached can occur after the page
192+
| has been formed and passed to a web server.
193+
*/
194+
183195
$response->foundation->finish();

0 commit comments

Comments
 (0)