GoLang fastcgi_finish_request

request it (289)
GoLang replacement for PHP's fastcgi_finish_request [edit | history]



Do you know a GoLang replacement for PHP's fastcgi_finish_request? Write it!

PHP fastcgi_finish_request

PHP original manual for fastcgi_finish_request [ show | php.net ]

fastcgi_finish_request

(PHP 5 >= 5.3.3, PHP 7)

fastcgi_finish_requestFlushes all response data to the client

Description

bool fastcgi_finish_request ( void )

This function flushes all response data to the client and finishes the request. This allows for time consuming tasks to be performed without leaving the connection to the client open.

Return Values

Returns TRUE on success or FALSE on failure.