[Feature Request] add max_request_execution_time
config to HTTP server
#4594
Labels
max_request_execution_time
config to HTTP server
#4594
Related to laravel/octane#470.
When the execution time for requests being handled by Octane exceeded from
max_execution_time
in theoctane.php
config file, the Octane wouldn't send any response and the request remains in the pending state. According to @sy-records, when themax_execution_time
is reached, ASIGKILL
signal is sent directly, so it causes no response and requires Swoole support.It will be good if Swoole adds
max_request_execution_time
config to the HTTP server like what OpenSwoole added here.The text was updated successfully, but these errors were encountered: