Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed server Closing on invalid
$requestPort
(#46726)
On a docker deploy I get a random `Undefined array key` when try to manage the `Closing` server response on a undefined `$requestPort`. Maybe the problem is `getRequestPortFromLine` parse, but for now maybe the best option is check the `$this->requestsPool[$requestPort]` before continue with the output.
- Loading branch information