Add fastcgi_finish_request where appropriate
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Thu, 21 Nov 2013 23:05:00 +0000 (18:05 -0500)
committerTyler Anthony Romeo <tylerromeo@gmail.com>
Fri, 3 Jan 2014 09:02:52 +0000 (04:02 -0500)
commit6aeb5657333d5c32ed804c071e850b14bf273e32
tree9f3baf4f5ddc01d5d5ae3a12101a774462921858
parent47c9b93008bf5bd6cab224a10dce30881ef710da
Add fastcgi_finish_request where appropriate

When using PHP-FPM to run PHP on a web server, the function
fastcgi_finish_request is provided, which flushes all response
data to the client and closes the connection, allowing PHP
to perform additional work without delaying the client.

This adds fastcgi_finish_request calls in index.php and api.php
where appropriate and if the function exists, so that the connection
is closed once the output is definitely finished.

Change-Id: Ic67a8956545874e94df5198088c0f4aa58ca376e
api.php
includes/Wiki.php