We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentdeab47b commitccd1137Copy full SHA for ccd1137
components/http_kernel.rst
@@ -497,8 +497,8 @@ as possible to the client (e.g. sending emails).
497
..warning::
498
499
Internally, the HttpKernel makes use of the:phpfunction:`fastcgi_finish_request`
500
- PHP function. This means that at the moment, only the `PHP FPM`_ and`FrankenPHP`_ servers
501
-API are able to send a response to the client while the server's PHP process
+ PHP function. This means that at the moment, only the `PHP FPM`_APIandthe
+`FrankenPHP`_ server are able to send a response to the client while the server's PHP process
502
still performs some tasks. With all other server APIs, listeners to ``kernel.terminate``
503
are still executed, but the response is not sent to the client until they
504
are all completed.