Closed ibrunotome closed 2 years ago
Can you send in a PR?
Can you send in a PR?
Sure, What behavior do you want that I implement when $response = Response::create($this->server, $row['fd']);
returns a bool?
@nunomaduro do you know?
This is the exact same issue https://github.com/laravel/octane/issues/545 opened 3 months ago and closed because "it is a support request" 🤔
But I'm happy that it's fixed now.
It was not clear to me that this was a bug at that time. Your report here was more insightful.
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