This is a filter to allow plugins to override the use of fastcgi_finish_request.
fastcgi_finish_request can cause compat issues with other plugins that hook in on shutdown and output data, so we might not always want to close the connection on the first shutdown function call.
This is a filter to allow plugins to override the use of fastcgi_finish_request.
fastcgi_finish_request
can cause compat issues with other plugins that hook in onshutdown
and output data, so we might not always want to close the connection on the first shutdown function call.