hhvm icon indicating copy to clipboard operation
hhvm copied to clipboard

implement fastcgi_finish_request()

Open wwbmmm opened this issue 7 years ago • 0 comments

Change-Id: I6a8322e7030060c619397cd39a94c660c1f214ce

This resolve #1230.

fastcgi_finish_request() is very useful to send response instantly and do the rest thing in background.

register_postsend_function() can do the same thing, but it is not compatible with Zend.

wwbmmm avatar Jul 26 '17 10:07 wwbmmm