Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Commitdeab47b
committed
minor#20873 FrankenPHP can perform action after the response has been send (sungvadan)
This PR was submitted for the 7.2 branch but it was merged into the 6.4 branch instead.Discussion----------FrankenPHP can perform action after the response has been sendFranken also implements fastcgi_finish_request PHP function. kernel.terminate event works well with franken.<!--If your pull request fixes a BUG, use the oldest maintained branch that containsthe bug (seehttps://symfony.com/releases for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `7.x` for features of unreleased versions).-->Commits-------fcfcacb Franken PHP can perform some action after the response has been streamed to the user1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
501 | | - | |
| 500 | + | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
| 773 | + | |
0 commit comments
Comments
(0)