We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189f381 commit 276f96aCopy full SHA for 276f96a
laravel/laravel.php
@@ -180,4 +180,16 @@
180
181
Event::fire('laravel.done', array($response));
182
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
+
195
$response->foundation->finish();
0 commit comments