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
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.
0 commit comments