k0pernikus
k0pernikus

Reputation: 66730

Does hvvm work with fastcgi_finish_request?

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

Answers (1)

k0pernikus
k0pernikus

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

Related Questions