Reputation: 66730
As a follow-up question on getting KernelEvents::TERMINATE to not block the response, I am now wondering if hhvm supports fastcgi-finish-request
.
Is it supported, and if so, how do I enable it?
Upvotes: 0
Views: 188
Reputation: 66730
No, it is not supported:
fastcgi_finish_request
(PHP 5 >= 5.3.3) fastcgi_finish_request — Flushes all response data to the client
NOT SUPPORTED IN HHVM
Upvotes: 1