You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
driesvints
changed the title
bug: Call to a member function status() on bool in EnsureRequestsDontExceedMaxExecutionTime
Call to a member function status() on bool in EnsureRequestsDontExceedMaxExecutionTime
Sep 30, 2022
Description:
this line https://github.com/laravel/octane/blob/1.x/src/Swoole/Actions/EnsureRequestsDontExceedMaxExecutionTime.php#L33
is returning a bool instead of a http response
Steps To Reproduce:
Make a request longer than config
max_execution_time
The text was updated successfully, but these errors were encountered: