Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP: Add support for uwsgi.disconnect() function #2664

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

cuchac
Copy link
Contributor

@cuchac cuchac commented Sep 3, 2024

This allows to run some code after finishing request. As described in https://symfony.com/doc/current/components/http_kernel.html#8-the-kernel-terminate-event

Implements same functionality as fastcgi_finish_request() but for uwsgi. Function name taken from official API https://uwsgi-docs.readthedocs.io/en/latest/API.html

@xrmx xrmx merged commit 7bdd6da into unbit:master Sep 8, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

2 participants