-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[HttpFoundation] Add litespeed_finish_request to Response #42293
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
Labels
Comments
Can you please open a PR, so we can discuss about the code? Thanks |
Done |
fabpot
added a commit
that referenced
this issue
Aug 6, 2021
…sponse` (thomas2411) This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [HttpFoundation] Add `litespeed_finish_request` to `Response` | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | #42293 | License | MIT For now Litespeed has dropped support for `fastcgi_finish_request` function due to some problems: php/php-src@ccf051c so when Litespeed is being used on a server instead of Apache, then there is no possibility to use `fastcgi_finish_request` function as the alias for `litespeed_finish_request` is turned off. Commits ------- 5fb91a5 [HttpFoundation] Add `litespeed_finish_request` to `Response`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now Litespeed has dropped support for
fastcgi_finish_request
function due to some problems: php/php-src@ccf051c so when Litespeed is being used on a server instead of Apache, then there is no possibility to usefastcgi_finish_request
function as the alias forlitespeed_finish_request
is turned off.So in
Symfony\Component\HttpFoundation\Response
in line 398symfony/src/Symfony/Component/HttpFoundation/Response.php
Line 397 in ff54513
I have forked the symfony/symfony repository and added the code, tested on a server. If you agree to add it I can make a PullRequest.
The text was updated successfully, but these errors were encountered: